Skip to content

Commit

Permalink
ignore/types: add BUILD.bazel to bazel file type
Browse files Browse the repository at this point in the history
  • Loading branch information
kastiglione authored and BurntSushi committed Oct 2, 2018
1 parent 8299625 commit acf226c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignore/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit acf226c

Please sign in to comment.