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:
parent
11e93aaf53
commit
31a0132a68
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,9 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.sdf
|
*.sdf
|
||||||
*.suo
|
*.suo
|
||||||
|
.vs/
|
||||||
|
*.VC.db
|
||||||
|
*.VC.opendb
|
||||||
core
|
core
|
||||||
vgcore.*
|
vgcore.*
|
||||||
.buildstamp
|
.buildstamp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user