From b13f46f6cb87c80add0c0fbb758cf7231d9b88c6 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 12 Aug 2011 02:35:27 +0200 Subject: [PATCH] Add msvs build products to .gitignore --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 465f8a67..09164c65 100644 --- a/.gitignore +++ b/.gitignore @@ -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