]> source.dussan.org Git - gitignore.git/commitdiff
Ignore .fls files in LaTeX projects
authorCarl Suster <carl@contraflo.ws>
Wed, 8 May 2013 03:06:10 +0000 (13:06 +1000)
committerCarl Suster <carl@contraflo.ws>
Wed, 8 May 2013 03:06:10 +0000 (13:06 +1000)
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.

LaTeX.gitignore

index bbaaa01b8316afe2e15689511330994d86052f80..dc2f7e84881e8cd70d2d065570d0d200ad257a87 100644 (file)
@@ -6,6 +6,7 @@
 *.blg
 *.dvi
 *.fdb_latexmk
+*.fls
 *.glg
 *.glo
 *.gls