From bc37c32717301abf26e5aecc942688d2ddd63692 Mon Sep 17 00:00:00 2001 From: Matthew Davidson Date: Mon, 29 Jul 2019 16:43:28 -0400 Subject: ignore/types: add edn type from Clojure ecosystem PR #1330 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 784adc28..07d68e15 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -135,6 +135,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("d", &["*.d"]), ("dhall", &["*.dhall"]), ("docker", &["*Dockerfile*"]), + ("edn", &["*.edn"]), ("elisp", &["*.el"]), ("elixir", &["*.ex", "*.eex", "*.exs"]), ("elm", &["*.elm"]), -- cgit v1.2.3