Przeglądaj źródła

Add Bazel and ANT files to immediate files types

Marco Farrugia 8 lat temu
rodzic
commit
c635031661
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/info/filetype.rs

+ 1 - 1
src/info/filetype.rs

@@ -22,7 +22,7 @@ impl FileExtensions {
         file.name.starts_with("README") || file.name_is_one_of( &[
         file.name.starts_with("README") || file.name_is_one_of( &[
             "Makefile", "Cargo.toml", "SConstruct", "CMakeLists.txt",
             "Makefile", "Cargo.toml", "SConstruct", "CMakeLists.txt",
             "build.gradle", "Rakefile", "Gruntfile.js",
             "build.gradle", "Rakefile", "Gruntfile.js",
-            "Gruntfile.coffee",
+            "Gruntfile.coffee", "BUILD", "WORKSPACE", "build.xml"
         ])
         ])
     }
     }