Update .gitignore with MSVC file types

This commit is contained in:
Mattiwatti 2017-11-29 00:55:11 +01:00
parent fd437bc8f2
commit 9217d92619
No known key found for this signature in database
GPG Key ID: D40D1DBE299B83EA
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored
View File

@ -81,6 +81,16 @@ CTestTestfile.cmake
.DS_Store
build*
# MSVC
.vs
*.vcxproj.user
*.suo
*.sdf
*.opensdf
*.VC.db
*.VC.opendb
msvc/**/obj/
msvc/**/bin/
doc/html