summaryrefslogtreecommitdiffstats
path: root/ignore/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ignore/src/types.rs')
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 91404e50..00cf5154 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -166,7 +166,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]),
("rdoc", &["*.rdoc"]),
("rst", &["*.rst"]),
- ("ruby", &["*.rb"]),
+ ("ruby", &["Gemfile", "*.gemspec", ".irbrc", "Rakefile", "*.rb"]),
("rust", &["*.rs"]),
("sass", &["*.scss"]),
("scala", &["*.scala"]),