summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorEitan Adler <grimreaper@users.noreply.github.com>2018-01-08 22:21:05 -0800
committerAndrew Gallant <jamslam@gmail.com>2018-01-09 07:29:44 -0500
commit74e96b498cfda0b4c37b0e1ebd7d89f70202fd6d (patch)
tree5b49d3677a60b8067ce7ce5a5ee7f4cc44385955 /ignore
parent7e0fa1c6be2613a678de282bb67236aaf1c8bbc2 (diff)
Update types.rs
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 433f213f..124cfbeb 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -190,7 +190,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
]),
("markdown", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("md", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
- ("man", &["*.[0-9lnpx]", "*.[0-9][cEFMmpSx]"),
+ ("man", &["*.[0-9lnpx]", "*.[0-9][cEFMmpSx]"]),
("matlab", &["*.m"]),
("mk", &["mkfile"]),
("ml", &["*.ml"]),