From a2315d5ee5d26166181be389e04cbb406706a674 Mon Sep 17 00:00:00 2001 From: Lyuha Date: Wed, 2 Nov 2016 23:27:11 +0900 Subject: [PATCH] Add creole filetype --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 2c0aa97..1ae2d8f 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", -- GitLab