Added missing VC++ gitignore entries.

This commit is contained in:
Camilla Berglund 2015-04-07 17:41:43 +02:00
parent 6b21c4f6c9
commit b875bbcdf1

4
.gitignore vendored
View File

@ -3,12 +3,16 @@
_ReSharper* _ReSharper*
*.opensdf *.opensdf
*.sdf *.sdf
*.suo
*.dir *.dir
*.vcxproj* *.vcxproj*
*.sln *.sln
Win32 Win32
x64
Debug Debug
Release Release
MinSizeRel
RelWithDebInfo
# CMake files # CMake files
Makefile Makefile