From 1d045d58b829c82980141a0e3346b6f2f9ee0e05 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 8 May 2013 13:06:10 +1000 Subject: [PATCH] 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. --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01b..dc2f7e84 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -6,6 +6,7 @@ *.blg *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls