From deb1de6e1e1e0c2556efac403c110b58a0c83a29 Mon Sep 17 00:00:00 2001 From: woky Date: Tue, 14 Aug 2018 15:29:27 +0200 Subject: ignore/types: add *.sbt to scala type Sbt is currently most used Scala build tool which uses *.sbt files, which are basically Scala. PR #1010 --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3