浏览代码

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.
Calem Bendell 8 年之前
父节点
当前提交
548fb984f7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      UnrealEngine.gitignore

+ 3 - 0
UnrealEngine.gitignore

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