ignore *.VC.db files

In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
This commit is contained in:
Mohammad S. Babaei 2016-06-15 16:43:12 +04:30 committed by GitHub
parent 7751c25c66
commit b9742650d6
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
*.suo
*.opensdf
*.sdf
*.VC.db
*.VC.opendb
# Precompiled Assets