From 7e0fa1c6be2613a678de282bb67236aaf1c8bbc2 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 8 Jan 2018 22:20:35 -0800 Subject: [PATCH] Add a type for man pages --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 00a390e1..433f213f 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -190,6 +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]"), ("matlab", &["*.m"]), ("mk", &["mkfile"]), ("ml", &["*.ml"]),