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"]),