diff --git a/CHANGELOG.md b/CHANGELOG.md index d69b740..4d80557 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 587e989..30cb675 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"]),