Add msvs build products to .gitignore

This commit is contained in:
Bert Belder 2011-08-12 02:35:27 +02:00
parent d358738954
commit b13f46f6cb

8
.gitignore vendored
View File

@ -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