diff --git a/ignore/src/types.rs b/ignore/src/types.rs index ff243dd3..38caf3b2 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -102,6 +102,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("dart", &["*.dart"]), ("d", &["*.d"]), ("elisp", &["*.el"]), + ("elixir", &["*.ex", "*.exs"]), ("erlang", &["*.erl", "*.hrl"]), ("fish", &["*.fish"]), ("fortran", &[