From 45e850aff769a9d3f1fc6457bd5e1390021f433c Mon Sep 17 00:00:00 2001 From: Gent Bajraj Date: Sun, 28 May 2017 20:42:28 -0400 Subject: [PATCH] Add julia as file type --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 436f56d..bde413f 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -143,6 +143,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ]), ("json", &["*.json"]), ("jsonl", &["*.jsonl"]), + ("julia", &["*.jl"]), ("kotlin", &["*.kt", "*.kts"]), ("less", &["*.less"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),