From 1f2a9b03062d14491b04a644409fdb8e62f77711 Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Wed, 12 Apr 2017 14:31:26 -0700 Subject: [PATCH] Add nix --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 6e0c8bd..407da30 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -155,6 +155,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("mk", &["mkfile"]), ("ml", &["*.ml"]), ("nim", &["*.nim"]), + ("nix", &["*.nix"]), ("objc", &["*.h", "*.m"]), ("objcpp", &["*.h", "*.mm"]), ("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]),