Ignore MSVC non-project files

Ignore auto generated or user configuration for MSVC projects.
Note: .user is ignored in Xcode section but applies to MSVC too.

Patch by @shearer12345.
This commit is contained in:
Zack Middleton 2015-08-18 17:38:43 -05:00
parent eaaaf62a16
commit 4ad0e516f5
1 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -36,3 +36,5 @@ profile
# Microsoft Visual Studio
####################
*.sdf
*.opensdf
*.suo