ripgrep
ripgrep copied to clipboard
ignore/types: name aliases for file types
Closes #1857
- Changed
ignore/types/default_types.rs
to allow array of names, which allows aliases — likepy==python
— without specifying globs twice. - Updated
ignore/types/types.rs
to use name aliases - Updated tests in
ignore/types/types.rs