diff --git a/src/info/sources.rs b/src/info/sources.rs index 4c74999..a007e3c 100644 --- a/src/info/sources.rs +++ b/src/info/sources.rs @@ -21,7 +21,10 @@ impl<'a> File<'a> { "aux" | // TeX: auxiliary file "bbl" | // BibTeX bibliography file + "bcf" | // biblatex control 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