diff options
author | Peter Bozsó | 2016-04-27 21:45:20 +0200 |
---|---|---|
committer | Peter Bozsó | 2016-04-27 21:45:20 +0200 |
commit | 682aaa7dfdd405ae6a0a9687f11195bb8c8a7c9e (patch) | |
tree | 23afeed2f627ba01f9145e8a5e2e02beabae75a8 /.gitignore | |
parent | 056767bfb9732251f3c4c2d59d72b3c18c3e287a (diff) | |
download | scummvm-rg350-682aaa7dfdd405ae6a0a9687f11195bb8c8a7c9e.tar.gz scummvm-rg350-682aaa7dfdd405ae6a0a9687f11195bb8c8a7c9e.tar.bz2 scummvm-rg350-682aaa7dfdd405ae6a0a9687f11195bb8c8a7c9e.zip |
GIT: Add *.VC.db to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3e80289a16..2ad104214e 100644 --- a/.gitignore +++ b/.gitignore @@ -166,6 +166,7 @@ ipch/ *.vcxproj* *.bat *.tss +*.VC.db #Ignore default Visual Studio build folders [Dd]ebug/ |