From c63503166169fb4c651875bbd719f61a3d8e49e9 Mon Sep 17 00:00:00 2001 From: Marco Farrugia Date: Sun, 28 Jan 2018 19:26:37 -0500 Subject: [PATCH] Add Bazel and ANT files to immediate files types --- src/info/filetype.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info/filetype.rs b/src/info/filetype.rs index 7b9fc78..8221997 100644 --- a/src/info/filetype.rs +++ b/src/info/filetype.rs @@ -22,7 +22,7 @@ impl FileExtensions { file.name.starts_with("README") || file.name_is_one_of( &[ "Makefile", "Cargo.toml", "SConstruct", "CMakeLists.txt", "build.gradle", "Rakefile", "Gruntfile.js", - "Gruntfile.coffee", + "Gruntfile.coffee", "BUILD", "WORKSPACE", "build.xml" ]) }