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