windows/.gitignore: Ignore VC.db and VC.opendb files from VS2015

Since VS2015 update 2 .db files are used for storing browsing info,
instead of .sdf files. If users don't specify a location for these files
excplicitly they end up in the project directory so ignore them.
pull/2740/merge
stijn 2017-02-16 11:48:01 +01:00 zatwierdzone przez Damien George
rodzic 9e2b2a1c17
commit 7d02cc5ec4
1 zmienionych plików z 1 dodań i 0 usunięć

1
windows/.gitignore vendored
Wyświetl plik

@ -7,3 +7,4 @@
*.ilk
*.filters
/build/*
*.VC.*db