deps: remove and gitignore .bin directory
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 22 Sep 2015 14:24:16 +0000 (16:24 +0200)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Fri, 25 Sep 2015 05:09:46 +0000 (22:09 -0700)
commit039f73fa83961cc17aa69fc5c1ac96b13d59b054
tree66fa19d47ba324ef6fd97929bf18bc0def619f09
parent5fbb24812d5373381d4852c7c7cad4cd784dd9f8
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>
.gitignore
deps/npm/node_modules/.bin/node-gyp [deleted symlink]