Преглед изворни кода

Add additional TeX compiled files

Specifically .fls and .fdb_latexmk, which the popular `latexmk` tool produces.
Jon Gjengset пре 5 година
родитељ
комит
f37aeebef0
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/info/sources.rs

+ 2 - 0
src/info/sources.rs

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