summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-25 08:13:31 -0500
committerGitHub <noreply@github.com>2016-11-25 08:13:31 -0500
commitb286fdcb88bdee967b3800ded9c925c4959a5abc (patch)
tree1552d30f8488f809304b4f982e5ce0320a9e663a
parent7d475b0c70f3d32df336624a40ac26e0d6460fba (diff)
parente3959d67a69b54e09f09ab3d3d1b4f60ae8b928c (diff)
Merge pull request #250 from SimenB/zsh-types
Re-add zsh types
-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 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.