gitignore: ignore Visual Studio files
PR-URL: https://github.com/libuv/libuv/pull/59 Reviewed-By: Bert Belder <bertbelder@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
48d39345bc
commit
4298c1fb2c
3
.gitignore
vendored
3
.gitignore
vendored
@ -27,7 +27,10 @@ vgcore.*
|
|||||||
/run-benchmarks.dSYM
|
/run-benchmarks.dSYM
|
||||||
|
|
||||||
*.sln
|
*.sln
|
||||||
|
*.sln.cache
|
||||||
|
*.ncb
|
||||||
*.vcproj
|
*.vcproj
|
||||||
|
*.vcproj*.user
|
||||||
*.vcxproj
|
*.vcxproj
|
||||||
*.vcxproj.filters
|
*.vcxproj.filters
|
||||||
*.vcxproj.user
|
*.vcxproj.user
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user