From acf226c39d79264256c0295b8381f8c7f0d74d59 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 2 Oct 2018 15:00:04 -0700 Subject: [PATCH] ignore/types: add BUILD.bazel to bazel file type PR #1074 --- 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 2d6a0388d..0efa052a7 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"]),