summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEitan Adler <grimreaper@users.noreply.github.com>2018-01-08 22:20:35 -0800
committerAndrew Gallant <jamslam@gmail.com>2018-01-09 07:29:44 -0500
commit7e0fa1c6be2613a678de282bb67236aaf1c8bbc2 (patch)
tree9c1ff6e189c287c93daab1579b4cc2918c04a261
parent50616935a9784d9a6757ba0140f28ce20ccb52a6 (diff)
Add a type for man pages
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),