1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02:00

ignore/types: add USD to the default file types

Closes #2432
This commit is contained in:
Mark Sisson 2023-02-27 08:06:49 -06:00 committed by Andrew Gallant
parent e902e2fef4
commit 0f6181d309
2 changed files with 2 additions and 1 deletions

View File

@ -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
* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD
Bug fixes:

View File

@ -266,6 +266,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("twig", &["*.twig"]),
("txt", &["*.txt"]),
("typoscript", &["*.typoscript", "*.ts"]),
("usd", &["*.usd", "*.usda", "*.usdc"]),
("vala", &["*.vala"]),
("vb", &["*.vb"]),
("vcl", &["*.vcl"]),