gitignore: ignore VS temporary database files

Visual Studio 2015 uses a new database engine, creating temporary
files that should be ignored.

PR-URL: https://github.com/libuv/libuv/pull/869
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
João Reis 2016-05-12 11:53:12 +01:00 committed by Saúl Ibarra Corretgé
parent 11e93aaf53
commit 31a0132a68

3
.gitignore vendored
View File

@ -6,6 +6,9 @@
*.pyc
*.sdf
*.suo
.vs/
*.VC.db
*.VC.opendb
core
vgcore.*
.buildstamp