diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 6c9ef1f3..784adc28 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -241,6 +241,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("readme", &["README*", "*README"]), ("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]), ("rdoc", &["*.rdoc"]), + ("robot", &["*.robot"]), ("rst", &["*.rst"]), ("ruby", &["Gemfile", "*.gemspec", ".irbrc", "Rakefile", "*.rb"]), ("rust", &["*.rs"]),