1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

ignore: add Makefile.inc to make type

The *BSD build systems make use of "Makefile.inc" a lot.  Make the "make" type recognize this file by default.
This commit is contained in:
Christoph Badura 2024-06-29 00:21:08 +02:00 committed by GitHub
parent c9ebcbd8ab
commit 0a8a1c27bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,6 +159,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
"[Gg][Nn][Uu]makefile", "[Mm]akefile",
"[Gg][Nn][Uu]makefile.am", "[Mm]akefile.am",
"[Gg][Nn][Uu]makefile.in", "[Mm]akefile.in",
"[Mm]akefile.inc",
"*.mk", "*.mak"
]),
(&["mako"], &["*.mako", "*.mao"]),