mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-03-03 14:32:22 +02:00
ignore/types: add Android makefile types
The Android platform is gradually moving from Makefiles (*.mk) to Blueprint files (*.bp). Add support for both. See [1] for more information. 1. https://android.googlesource.com/platform/build/blueprint/+/master-soong
This commit is contained in:
parent
e4bce86111
commit
223d7d9846
@ -99,6 +99,7 @@ use {Error, Match};
|
||||
const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
|
||||
("agda", &["*.agda", "*.lagda"]),
|
||||
("aidl", &["*.aidl"]),
|
||||
("amake", &["*.mk", "*.bp"]),
|
||||
("asciidoc", &["*.adoc", "*.asc", "*.asciidoc"]),
|
||||
("asm", &["*.asm", "*.s", "*.S"]),
|
||||
("avro", &["*.avdl", "*.avpr", "*.avsc"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user