From 31adff6f3c4bfefc9e77df40871f2989443e6827 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Wed, 7 Nov 2018 04:42:13 -0800 Subject: [PATCH] ignore/types: add Apache Thrift PR #1102 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]),