From e3959d67a69b54e09f09ab3d3d1b4f60ae8b928c Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 25 Nov 2016 09:53:19 +0100 Subject: [PATCH] Re-add zsh types Seems like #197 got lost in #202 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 44835450..e30f2bc0 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -170,6 +170,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("xml", &["*.xml"]), ("yacc", &["*.y"]), ("yaml", &["*.yaml", "*.yml"]), + ("zsh", &["zshenv", ".zshenv", "zprofile", ".zprofile", "zshrc", ".zshrc", "zlogin", ".zlogin", "zlogout", ".zlogout", "*.zsh"]), ]; /// Glob represents a single glob in a set of file type definitions.