]> source.dussan.org Git - gitignore.git/commitdiff
Also ignore additional tempfiles created by the biblatex package. 640/head
authorCarl Suster <carl@contraflo.ws>
Fri, 10 May 2013 07:15:48 +0000 (17:15 +1000)
committerCarl Suster <carl@contraflo.ws>
Fri, 10 May 2013 07:15:48 +0000 (17:15 +1000)
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.

LaTeX.gitignore

index dc2f7e84881e8cd70d2d065570d0d200ad257a87..975dbfb58cbf24b6f93992f2c4d3aa59bd5f134a 100644 (file)
@@ -3,7 +3,10 @@
 *.alg
 *.aux
 *.bbl
+*.bcf
 *.blg
+*-blx.aux
+*-blx.bib
 *.dvi
 *.fdb_latexmk
 *.fls