mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-13 21:26:27 +02:00
ignore/types: add *.sln for msbuild
.sln is the extension for Visual Studio Project Soltion files, one of the file types accepted as inputs by MSBuild. PR #2415
This commit is contained in:
parent
339c46a6ed
commit
44fb9fce2c
@ -160,6 +160,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
||||
("motoko", &["*.mo"]),
|
||||
("msbuild", &[
|
||||
"*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets",
|
||||
"*.sln",
|
||||
]),
|
||||
("nim", &["*.nim", "*.nimf", "*.nimble", "*.nims"]),
|
||||
("nix", &["*.nix"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user