Commit Graph

24 Commits

Author SHA1 Message Date
Niklas Rehfeld f0036b5a40 add .brf for files generated by hyperref
.brf files are generated if the 'backref' or 'pagebackref' options of the hyperref package are enabled. These are intermediate files, so shouldn't be tracked.
2013-11-07 22:54:37 +13:00
Carl Suster 48c388942c Merge pull request #453 from oschrenk/patch-1
Ignore *.loa in LaTeX; auxiliary 'list of algorithms' file generated by the algorithms package
2013-11-06 19:58:09 -08:00
Carl Suster 8e101905d6 Merge pull request #398 from huxuan/master
Add *.thm for LaTeX; generated by ntheorem/amsthm packages
2013-11-05 19:25:50 -08:00
Carl Suster de4f9eff4f Merge pull request #438 from ChristianBoehlke/master
Add *.lol to LaTeX.gitignore: generated by the listing package (list of listings)
2013-11-05 19:11:14 -08:00
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
Oliver Schrenk 0141c63f2b Ignore *.loa generated by algorithm package to list algorithms 2012-10-16 00:44:38 +03:00
Christian Boehlke 5bb902ab46 Add an extension to LaTeX.gitignore generated by listings: *.lol
See: http://tex.stackexchange.com/a/17846
2012-09-29 14:13:12 +02:00
huxuan c92d58adf5 Add *.thm for LaTeX 2012-07-23 13:31:11 +08: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