diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 78be8bf0..889cd09e 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -235,7 +235,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("ruby", &["Gemfile", "*.gemspec", ".irbrc", "Rakefile", "*.rb"]), ("rust", &["*.rs"]), ("sass", &["*.sass", "*.scss"]), - ("scala", &["*.scala"]), + ("scala", &["*.scala", "*.sbt"]), ("sh", &[ // Portable/misc. init files ".login", ".logout", ".profile", "profile",