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"]),