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.
This commit is contained in:
parent
0aeefb48c0
commit
1d045d58b8
@ -6,6 +6,7 @@
|
||||
*.blg
|
||||
*.dvi
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
|
Loading…
Reference in New Issue
Block a user