Add msvs build products to .gitignore
This commit is contained in:
parent
d358738954
commit
b13f46f6cb
8
.gitignore
vendored
8
.gitignore
vendored
@ -11,8 +11,10 @@
|
||||
/build/gyp
|
||||
|
||||
/test/run-tests
|
||||
/test/run-tests.exe
|
||||
/test/run-tests.dSYM
|
||||
/test/run-benchmarks
|
||||
/test/run-benchmarks.exe
|
||||
/test/run-benchmarks.dSYM
|
||||
|
||||
*.sln
|
||||
@ -22,6 +24,6 @@
|
||||
*.vcxproj.user
|
||||
_UpgradeReport_Files/
|
||||
UpgradeLog*.XML
|
||||
build/Debug
|
||||
build/Release
|
||||
build/ipch
|
||||
Debug
|
||||
Release
|
||||
ipch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user