diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 6fa2c5c..3f96f8e 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -104,6 +104,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("asm", &["*.asm", "*.s", "*.S"]), ("avro", &["*.avdl", "*.avpr", "*.avsc"]), ("awk", &["*.awk"]), + ("bazel", &["*.bzl", "WORKSPACE", "BUILD"]), ("bitbake", &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]), ("bzip2", &["*.bz2"]), ("c", &["*.c", "*.h", "*.H"]),