mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-10 05:59:25 +02:00
ignore/types: add Bazel
`BUILD`, `WORKSPACE` are mentioned here: https://docs.bazel.build/versions/master/build-ref.html `*.bzl` is mentioned here: https://docs.bazel.build/versions/master/skylark/concepts.html PR #960
This commit is contained in:
committed by
Andrew Gallant
parent
5e85f2577b
commit
bb16ba6311
@@ -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"]),
|
||||
|
Reference in New Issue
Block a user