summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2018-11-07 04:42:13 -0800
committerAndrew Gallant <jamslam@gmail.com>2018-11-07 07:42:13 -0500
commit31adff6f3c4bfefc9e77df40871f2989443e6827 (patch)
tree67d4b8a542fbac77161031b9090f820fc1595c7b
parentb41e5963279d5a7c633514d4a6afcb480c6c6915 (diff)
ignore/types: add Apache Thrift
PR #1102
-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 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"]),