diff --git a/ignore/src/types.rs b/ignore/src/types.rs index bd8e8551..d85f3441 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -103,6 +103,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("awk", &["*.awk"]), ("c", &["*.c", "*.h", "*.H"]), ("cbor", &["*.cbor"]), + ("ceylon", &["*.ceylon"]), ("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]), ("cmake", &["*.cmake", "CMakeLists.txt"]), ("coffeescript", &["*.coffee"]),