Browse Source

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>
v4.x
Mike Kaufman 9 years ago
committed by Myles Borins
parent
commit
93f2314dc2
  1. 1
      .gitignore

1
.gitignore

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

Loading…
Cancel
Save