summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorLyuha <lyuha@users.noreply.github.com>2016-11-02 23:15:43 +0900
committerLyuha <lyuha@users.noreply.github.com>2016-11-03 00:06:14 +0900
commit6f45478a7db0856971c1b62b069f06b40e91df2e (patch)
tree8f77b64d8f45edd32347176aaefdc6620a61b855 /ignore
parent9c2c5696242f963542406a4c89955c6cd1e061a9 (diff)
Add rdoc filetype
Diffstat (limited to 'ignore')
-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 23e5e993..7c7111fa 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"]),