summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Davidson <matthew@modulolotus.net>2019-07-29 16:43:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-07-29 16:43:28 -0400
commitbc37c32717301abf26e5aecc942688d2ddd63692 (patch)
treea2df84d8eb9466cda88abdd1e4bd6eb442e0a7c4
parent08ae4da2b79cc4e59a43e98f61ce4fd6e0adc81d (diff)
ignore/types: add edn type from Clojure ecosystem
PR #1330
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),