summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgart <47760695+jgarte@users.noreply.github.com>2022-06-08 12:29:17 -0500
committerGitHub <noreply@github.com>2022-06-08 13:29:17 -0400
commitec36f8c3ff26ae5e2f037cab5f831274e083729f (patch)
tree1eb70125715d6cde139ec77cfade40b518ff7124
parenta726d03641e081aa0f4c4a1b9f24f5a905fd5d04 (diff)
ignore/types: add pants
See: https://www.pantsbuild.org/ PR #2228
-rw-r--r--crates/ignore/src/default_types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 7241495f..4a45fbae 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -162,6 +162,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("objcpp", &["*.h", "*.mm"]),
("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]),
("org", &["*.org", "*.org_archive"]),
+ ("pants", &["BUILD"]),
("pascal", &["*.pas", "*.dpr", "*.lpr", "*.pp", "*.inc"]),
("pdf", &["*.pdf"]),
("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm", "*.t"]),