mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
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:
parent
0f88fa75de
commit
548fb984f7
@ -1,6 +1,9 @@
|
|||||||
# Visual Studio 2015 user specific files
|
# Visual Studio 2015 user specific files
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
|
# Visual Studio 2015 database file
|
||||||
|
*.VC.db
|
||||||
|
|
||||||
# Compiled Object files
|
# Compiled Object files
|
||||||
*.slo
|
*.slo
|
||||||
*.lo
|
*.lo
|
||||||
|
Loading…
Reference in New Issue
Block a user