summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Olega <conradolega+github@gmail.com>2019-07-14 20:12:34 +0800
committerAndrew Gallant <jamslam@gmail.com>2019-07-14 08:12:34 -0400
commitb83e7968efbc8d2453924e61447fcab68a09af4d (patch)
tree8d4c02a128cc34fa4866fe7379a7b2274a0fa9ea
parent8ebc113847926922bb85fb5a01c175319fb1e8d4 (diff)
ignore/types: add Robot Framework
PR #1322
-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 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"]),