diff options
author | Mohammad S. Babaei <info@babaei.net> | 2016-06-15 16:43:12 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 16:43:12 +0430 |
commit | b9742650d6d3b5f4c327aba3d51a270464c9eddc (patch) | |
tree | c79398a107e98fd905f5d0bcb47f39b6969f74d8 | |
parent | 7751c25c6662ce6f9dc50f014e37156298ccf065 (diff) | |
download | gitignore-b9742650d6d3b5f4c327aba3d51a270464c9eddc.tar.gz gitignore-b9742650d6d3b5f4c327aba3d51a270464c9eddc.zip |
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
-rw-r--r-- | UnrealEngine.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 75b1186b..be0e4913 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -37,6 +37,7 @@ *.suo *.opensdf *.sdf +*.VC.db *.VC.opendb # Precompiled Assets |