summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-30 17:31:51 -0400
committerGitHub <noreply@github.com>2016-10-30 17:31:51 -0400
commitf728708ce9ab1fe92ca1a1cf4af7a913081630f0 (patch)
treeddd41b2b60abd25c257329e7f9718cc96dfd6bf7
parent4a77cc810058303955aca705e881a357c7ca2842 (diff)
parentc302995d05be10371d771b021de55a7a92f55261 (diff)
Merge pull request #204 from lyuha/master
Add .fish extension to fish shell
-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 8f4cd171..dade0003 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -99,6 +99,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("d", &["*.d"]),
("elisp", &["*.el"]),
("erlang", &["*.erl", "*.hrl"]),
+ ("fish", &["*.fish"]),
("fortran", &[
"*.f", "*.F", "*.f77", "*.F77", "*.pfo",
"*.f90", "*.F90", "*.f95", "*.F95",