Skip to content

Commit

Permalink
ignore/types: add ebuild type
Browse files Browse the repository at this point in the history
Add support for Gentoo's portage package manager spec files:
https://wiki.gentoo.org/wiki/Portage
  • Loading branch information
zpuskas authored and BurntSushi committed Mar 29, 2020
1 parent 3193d57 commit 4dfea01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit 4dfea01

Please sign in to comment.