mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 20:15:11 +00:00
Add additional TeX compiled files
Specifically .fls and .fdb_latexmk, which the popular `latexmk` tool produces.
This commit is contained in:
parent
78ba0b8973
commit
f37aeebef0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user