mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
generated
vendored
1
deps/npm/node_modules/.bin/node-gyp
generated
vendored
@@ -1 +0,0 @@
|
||||
../node-gyp/bin/node-gyp.js
|
||||
Reference in New Issue
Block a user