From 54a6c6fee0c384450ca14ae60b7f8eef3f67b80d Mon Sep 17 00:00:00 2001 From: Peter Bright Date: Tue, 9 Aug 2011 04:13:38 +0100 Subject: [PATCH] Ignore VC++ files. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 32a57295de..465f8a67c8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,14 @@ /test/run-tests.dSYM /test/run-benchmarks /test/run-benchmarks.dSYM + +*.sln +*.vcproj +*.vcxproj +*.vcxproj.filters +*.vcxproj.user +_UpgradeReport_Files/ +UpgradeLog*.XML +build/Debug +build/Release +build/ipch