Extend .gitignore for VC project files
This commit adapts .gitignore to the new MSVC compilation recommandations on the wiki. Signed-off-by: aquileia <sk.aquileia@gmail.com>
This commit is contained in:
parent
3a77e4d917
commit
73c6b8598f
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -68,7 +68,8 @@ uninstall.vcproj
|
|||
Project.ncb
|
||||
Project.suo
|
||||
*.vcproj.*.user
|
||||
projectfiles/VC10
|
||||
projectfiles/VC1*
|
||||
projectfiles/VC201*
|
||||
*Neuer Ordner*
|
||||
Thumbs.db
|
||||
do_build_and_tests.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue