From 6f45478a7db0856971c1b62b069f06b40e91df2e Mon Sep 17 00:00:00 2001 From: Lyuha Date: Wed, 2 Nov 2016 23:15:43 +0900 Subject: [PATCH] Add rdoc filetype --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 23e5e99..7c7111f 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -137,6 +137,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("py", &["*.py"]), ("readme", &["README*", "*README"]), ("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]), + ("rdoc", &["*.rdoc"]), ("rst", &["*.rst"]), ("ruby", &["*.rb"]), ("rust", &["*.rs"]), -- GitLab