From 74e96b498cfda0b4c37b0e1ebd7d89f70202fd6d Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 8 Jan 2018 22:21:05 -0800 Subject: [PATCH] Update types.rs --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 433f213..124cfbe 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"]),