summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--crates/ignore/src/default_types.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d69b7406..4d80557f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ Unreleased changes. Release notes have not yet been written.
Feature enhancements:
-* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD
+* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD, V
* [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409):
Added installation instructions for `winget`.
diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 587e989f..30cb6758 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -267,6 +267,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("txt", &["*.txt"]),
("typoscript", &["*.typoscript", "*.ts"]),
("usd", &["*.usd", "*.usda", "*.usdc"]),
+ ("v", &["*.v"]),
("vala", &["*.vala"]),
("vb", &["*.vb"]),
("vcl", &["*.vcl"]),