From b83e7968efbc8d2453924e61447fcab68a09af4d Mon Sep 17 00:00:00 2001 From: Conrad Olega Date: Sun, 14 Jul 2019 20:12:34 +0800 Subject: ignore/types: add Robot Framework PR #1322 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]), -- cgit v1.2.3