gitignore: ignore VS 2015 *.VC.opendb files

These files are created by VS 2015 and should be ignored by git.

PR-URL: https://github.com/nodejs/node/pull/6070
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Mike Kaufman
2016-04-05 16:15:55 -07:00
committed by James M Snell
parent 3641ca9849
commit 64d36bec23

1
.gitignore vendored
View File

@@ -41,6 +41,7 @@ _UpgradeReport_Files/
ipch/
*.sdf
*.opensdf
*.VC.opendb
/config.mk
/config.gypi