diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 0efa052a..8cd044e3 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -281,6 +281,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("tcl", &["*.tcl"]), ("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]), ("textile", &["*.textile"]), + ("thrift", &["*.thrift"]), ("tf", &["*.tf"]), ("ts", &["*.ts", "*.tsx"]), ("txt", &["*.txt"]),