summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-03 20:46:29 -0400
committerGitHub <noreply@github.com>2016-11-03 20:46:29 -0400
commit60d537c43d668aa791215e54317c2aeaa3aa7291 (patch)
treeffac97504bbb7ac20533539614c1751441cc0d9c /ignore
parentef5c07476b7e74c84fdd19828ac0ee5a5be0418f (diff)
parent7cf560d27cf2e4ac589e34ab848bf76f6df1bd4d (diff)
Merge pull request #220 from theamazingfedex/adding-mak-type
adding .mak extension for makefile filetype.
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 6b97d18c..15e5876e 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -124,7 +124,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),
("lua", &["*.lua"]),
("m4", &["*.ac", "*.m4"]),
- ("make", &["gnumakefile", "Gnumakefile", "makefile", "Makefile", "*.mk"]),
+ ("make", &["gnumakefile", "Gnumakefile", "makefile", "Makefile", "*.mk", "*.mak"]),
("markdown", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("md", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("matlab", &["*.m"]),