From 5ee175beaf6f5beb4d80b694ac535517c831d539 Mon Sep 17 00:00:00 2001 From: Justin Puah Date: Tue, 15 Nov 2016 20:57:38 +1100 Subject: [PATCH] Added elixir to types --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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", &[