1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-09 14:14:56 +02:00

ignore/types: add ebuild type

Add support for Gentoo's portage package manager spec files:
https://wiki.gentoo.org/wiki/Portage
This commit is contained in:
Zoltan Puskas 2020-03-28 19:05:33 -07:00 committed by Andrew Gallant
parent 3193d57ac1
commit 4dfea016b9

View File

@ -52,6 +52,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("dhall", &["*.dhall"]),
("diff", &["*.patch", "*.diff"]),
("docker", &["*Dockerfile*"]),
("ebuild", &["*.ebuild"]),
("edn", &["*.edn"]),
("elisp", &["*.el"]),
("elixir", &["*.ex", "*.eex", "*.exs"]),