Commit Graph

17 Commits

Author SHA1 Message Date
Adam Roben b5f5b0f2ea Merge pull request #693 from nichtich/patch-1
Added .bcf extension created by BibLaTeX
2013-11-05 08:29:17 -08:00
Jakob Voss 349dbcf24a Added *.run.xml created by logreq package, also used by biblatex 2013-06-28 14:14:34 +02:00
Jakob Voss 513cd784cf Added .bcf extension created by BibLaTeX 2013-06-28 09:01:17 +02:00
Carl Suster 4624470231 Also ignore additional tempfiles created by the biblatex package.
Refer to the biblatex manual at http://ctan.unsw.edu.au/macros/latex/contrib/biblatex/doc/biblatex.pdf:

(p.106): The name of the additional aux files is the base name of the main input file with the string -blx and a running number appended at the end.
[...]
Apart from these aux files, biblatex uses an additional bib file with the same suffix to pass certain control parameters to BibTeX.
[...]
When using Biber, biblatex writes a control file named example.bcf and ignores \blxauxsuffix.

Note: the running number mentioned in the documentation is not always added to the suffix.
2013-05-10 17:15:48 +10:00
Carl Suster 1d045d58b8 Ignore .fls files in LaTeX projects
From the man page for latexmk (http://manpages.ubuntu.com/manpages/raring/man1/latexmk.1L.html):

[...] the -recorder option with latex and pdflatex. In (most) modern versions of these programs, this results in a file of extension .fls containing a list of the files that these programs have read and written.

Latexmk specifies this option in its latex commands and so produces temporary files with this extension in latex projects.
2013-05-08 13:06:10 +10:00
Lucas Jenss 9865ef35a9 Ignore *.tdo files generated by the todonotes package
The [todonotes package](http://www.tex.ac.uk/tex-archive/macros/latex/contrib/todonotes/todonotes.pdf)
generates "tdo" files when you use the \listoftodos command.
2012-06-29 14:54:27 +02:00
Ken Mankoff 5a880b532e Alphabetized and added xindy and glossaries detritus. 2011-10-22 19:02:00 -04:00
Chris Wanstrath 453624ec27 Merge pull request #180 from DigitalGuru/master
Completing the LaTeX.gitignore
2011-09-01 17:00:05 -07:00
Riccardo Traverso 124a9a0ee1 LaTeX.gitignore: add postscript *.ps extension 2011-08-16 13:07:58 +02:00
Riccardo Traverso 2908459069 LaTeX.gitignore: alphabetically sorted 2011-08-16 13:07:42 +02:00
Maxime Gaudin 006edae901 Add three extensions to LaTeX.gitignore generated by latexmk : maf, mtc and mtc0 2011-07-20 00:54:18 +02:00
Meisam Fathi 9845e47dfa Added LaTeX temp files for List of Tables (*.lot files). 2011-01-19 11:20:21 +03:30
Daniel Schauenberg 83dd79a1df ignore lof intermediate output 2011-01-09 18:31:56 +01:00
Daniel Schauenberg b8e8a17adb ignore nlo intermediate output 2011-01-09 18:30:59 +01:00
Daniel Schauenberg 82d2574837 ignore dvi intermediate output 2011-01-09 18:30:05 +01:00
andreasf 6fe128f7a4 Added patterns for LaTeX Beamer 2010-11-22 17:39:59 -08:00
Damien Pollet 70510605f6 (La)TeX, BibTeX, latexmk, etc 2010-11-09 15:44:05 +08:00