From b6f1e5db1aee844d14876876846b8e3aaf70b0ed Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Tue, 27 Jun 2017 11:10:36 -0700 Subject: [PATCH] Add cabal files for Haskell packages --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]),