From b875bbcdf1d693cb2a732a17b8c83be5fb1d1907 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 7 Apr 2015 17:41:43 +0200 Subject: [PATCH] Added missing VC++ gitignore entries. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 23a391b0..ae0fe05a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,12 +3,16 @@ _ReSharper* *.opensdf *.sdf +*.suo *.dir *.vcxproj* *.sln Win32 +x64 Debug Release +MinSizeRel +RelWithDebInfo # CMake files Makefile