From de55d37beaff58e02703530df96479af716b78f4 Mon Sep 17 00:00:00 2001 From: robi-wan Date: Wed, 18 Jan 2017 21:58:11 +0100 Subject: [PATCH] File Types: Add .eex under Elixir .eex is the default file ending for templates using Elixir's template engine EEx. --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", &[