diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 2c0aa970..1ae2d8f1 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -89,6 +89,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]), ("cmake", &["*.cmake", "CMakeLists.txt"]), ("coffeescript", &["*.coffee"]), + ("creole", &["*.creole"]), ("config", &["*.config"]), ("cpp", &[ "*.C", "*.cc", "*.cpp", "*.cxx",