Commit 1d045d58 authored by Carl Suster's avatar Carl Suster

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.
parent 0aeefb48
......@@ -6,6 +6,7 @@
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.glg
*.glo
*.gls
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment