summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorAlexander Altman <alexanderaltman@me.com>2017-01-23 20:40:09 -0800
committerAndrew Gallant <jamslam@gmail.com>2017-01-24 07:16:53 -0500
commit72e3c54e0af539c3c6b6d7b872a295884c7e97bd (patch)
tree5703558e54020d0180e96f2ceaa05b28d8b63896 /ignore
parentb67886264f5cd9752b4c7c592601129ea85bd3d5 (diff)
Add Ceylon file type filtering
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 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"]),