ignore/types: add Apache Thrift

PR #1102
This commit is contained in:
Jon Parise 2018-11-07 04:42:13 -08:00 committed by Andrew Gallant
parent b41e596327
commit 31adff6f3c

View File

@ -281,6 +281,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("tcl", &["*.tcl"]), ("tcl", &["*.tcl"]),
("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]), ("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]),
("textile", &["*.textile"]), ("textile", &["*.textile"]),
("thrift", &["*.thrift"]),
("tf", &["*.tf"]), ("tf", &["*.tf"]),
("ts", &["*.ts", "*.tsx"]), ("ts", &["*.ts", "*.tsx"]),
("txt", &["*.txt"]), ("txt", &["*.txt"]),