diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 4359af2..791008f 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"]),