diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 7b3de37c..c0a9bc21 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -195,6 +195,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("tcl", &["*.tcl"]), ("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]), ("textile", &["*.textile"]), + ("tf", &["*.tf"]), ("ts", &["*.ts", "*.tsx"]), ("txt", &["*.txt"]), ("toml", &["*.toml", "Cargo.lock"]),