Browse Source

deps: remove and gitignore .bin directory

The .bin/ directory in deps/npm/node_modules seens to have been an
accidental check-in in commit e79ccee ("npm: upgrade to v2.1.18").
It causes trouble for distro packagers so delete it and blacklist it.

Fixes: https://github.com/nodejs/node/issues/2839
PR-URL: https://github.com/nodejs/node/pull/3004
Reviewed-By: Kat Marchán <kzm@sykosomatic.org>
Reviewed-By: Rod Vagg <r@va.gg>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
v5.x
Ben Noordhuis 9 years ago
parent
commit
6ac79bcf58
  1. 3
      .gitignore
  2. 1
      deps/npm/node_modules/.bin/node-gyp

3
.gitignore

@ -71,6 +71,9 @@ deps/openssl/openssl.xml
deps/openssl/openssl.target.mk
deps/zlib/zlib.target.mk
# not needed and causes issues for distro packagers
deps/npm/node_modules/.bin/
# build/release artifacts
/*.tar.*
/SHASUMS*.txt*

1
deps/npm/node_modules/.bin/node-gyp

@ -1 +0,0 @@
../node-gyp/bin/node-gyp.js
Loading…
Cancel
Save