summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorBryan Richter <b@chreekat.net>2017-06-27 11:10:36 -0700
committerAndrew Gallant <jamslam@gmail.com>2017-06-27 16:24:02 -0400
commitb6f1e5db1aee844d14876876846b8e3aaf70b0ed (patch)
treeb8ee473f996c6d01132dc3845ada2d8ee6abaf22 /ignore
parent9e51b18ac75bba727dc265ad8d812ad517d81042 (diff)
Add cabal files for Haskell packages
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 4359af2c..791008ff 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -102,6 +102,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("asm", &["*.asm", "*.s", "*.S"]),
("awk", &["*.awk"]),
("c", &["*.c", "*.h", "*.H"]),
+ ("cabal", &["*.cabal"]),
("cbor", &["*.cbor"]),
("ceylon", &["*.ceylon"]),
("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]),