summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2018-10-02 15:00:04 -0700
committerAndrew Gallant <jamslam@gmail.com>2018-10-02 18:00:04 -0400
commitacf226c39d79264256c0295b8381f8c7f0d74d59 (patch)
tree46c708011f1c1fb7058a9fea14a6123ee5ed292a
parent8299625e48c34758289bd1d12dd90289f782002e (diff)
ignore/types: add BUILD.bazel to bazel file type
PR #1074
-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 2d6a0388..0efa052a 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -105,7 +105,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("asm", &["*.asm", "*.s", "*.S"]),
("avro", &["*.avdl", "*.avpr", "*.avsc"]),
("awk", &["*.awk"]),
- ("bazel", &["*.bzl", "WORKSPACE", "BUILD"]),
+ ("bazel", &["*.bzl", "WORKSPACE", "BUILD", "BUILD.bazel"]),
("bitbake", &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]),
("buildstream", &["*.bst"]),
("bzip2", &["*.bz2"]),