Add additional TeX compiled files

Specifically .fls and .fdb_latexmk, which the popular `latexmk` tool produces.
This commit is contained in:
Jon Gjengset 2020-10-03 19:46:06 -04:00 committed by GitHub
parent 78ba0b8973
commit f37aeebef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ impl<'a> File<'a> {
"aux" | // TeX: auxiliary file "aux" | // TeX: auxiliary file
"bbl" | // BibTeX bibliography file "bbl" | // BibTeX bibliography file
"blg" | // BibTeX log file "blg" | // BibTeX log file
"fdb_latexmk" | // TeX latexmk file
"fls" | // TeX -recorder file
"lof" | // TeX list of figures "lof" | // TeX list of figures
"log" | // TeX log file "log" | // TeX log file
"lot" | // TeX list of tables "lot" | // TeX list of tables