Merge pull request #35 from eropple/vs2012-gitignore

Added VS 2012-specific entries to .gitignore.
This commit is contained in:
Camilla Berglund 2013-02-17 06:30:02 -08:00
commit f92f52018f
1 changed files with 12 additions and 0 deletions

12
.gitignore vendored
View File

@ -43,3 +43,15 @@ tests/threads
tests/title tests/title
tests/version tests/version
tests/windows tests/windows
# Windows/VS ignores
*.dir
*.vcxproj*
*.sln
_ReSharper*
Win32
examples/Debug
tests/Debug
src/Debug
*.opensdf
*.sdf