mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
James M Snell
parent
3641ca9849
commit
64d36bec23
1
.gitignore
vendored
1
.gitignore
vendored
@@ -41,6 +41,7 @@ _UpgradeReport_Files/
|
||||
ipch/
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.VC.opendb
|
||||
|
||||
/config.mk
|
||||
/config.gypi
|
||||
|
||||
Reference in New Issue
Block a user