ignore/types: *.dtx and *.ins added for tex

PR #1182
This commit is contained in:
Steffen Banhardt 2019-01-31 15:06:19 +01:00 committed by Andrew Gallant
parent 0abc40c23c
commit 147e96914c

View File

@ -283,7 +283,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
]), ]),
("taskpaper", &["*.taskpaper"]), ("taskpaper", &["*.taskpaper"]),
("tcl", &["*.tcl"]), ("tcl", &["*.tcl"]),
("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]), ("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib", "*.dtx", "*.ins"]),
("textile", &["*.textile"]), ("textile", &["*.textile"]),
("thrift", &["*.thrift"]), ("thrift", &["*.thrift"]),
("tf", &["*.tf"]), ("tf", &["*.tf"]),