]> source.dussan.org Git - gitignore.git/commitdiff
add the *.VC.db to unreal engine ignore 2168/head
authorCalem Bendell <calem.j.bendell@gmail.com>
Wed, 2 Nov 2016 15:48:05 +0000 (11:48 -0400)
committerGitHub <noreply@github.com>
Wed, 2 Nov 2016 15:48:05 +0000 (11:48 -0400)
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.

UnrealEngine.gitignore

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