mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
Ignore LaTeX generated files of extension .fls.
From latexmk_4.35-0ubuntu1_all manpage about the -recorder option: Use 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 will then use this file to improve its detection of source files and generated files after a run of latex or pdflatex.
This commit is contained in:
parent
77cf354916
commit
ad77868664
@ -6,6 +6,7 @@
|
||||
*.blg
|
||||
*.dvi
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
|
Loading…
Reference in New Issue
Block a user