add the *.VC.db to unreal engine ignore

as of visual studio 2015 update 2 this file stores the intellisense database.
this file is typically huge and shouldn't be included in a repository.
This commit is contained in:
Calem Bendell 2016-11-02 11:48:05 -04:00 committed by GitHub
parent 0f88fa75de
commit 548fb984f7
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Visual Studio 2015 user specific files
.vs/
# Visual Studio 2015 database file
*.VC.db
# Compiled Object files
*.slo
*.lo