Browse Source

gitignore: adding .vs/ directory to .gitignore

This is created by vs 2015 for user & machine-specific files 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>
process-exit-stdio-flushing
Mike Kaufman 9 years ago
committed by James M Snell
parent
commit
61886fad73
  1. 1
      .gitignore

1
.gitignore

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

Loading…
Cancel
Save