summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorTri Nguyen <tri@tridnguyen.com>2017-09-22 23:17:03 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-09-23 11:29:09 -0400
commit214f2bef666efd686b1be250fc8e9f54a2cebb0f (patch)
treeeac270b22fa812b17dc521e5daa818341b35b910 /ignore
parent1136f8adabb694634e6bc0c5ca3842e9403fe697 (diff)
add support for terraform file type
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),