diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-04 17:40:43 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-06 03:12:07 -0700 |
commit | 4eeeb756bcd5b4ae2f33411d2c7ce64c836fd741 (patch) | |
tree | f345340744387debac8d79dc5a1f939fb54558b8 /.gitignore | |
parent | f038252ba553bbcea28b5cd99b298710108784d9 (diff) | |
download | node-new-4eeeb756bcd5b4ae2f33411d2c7ce64c836fd741.tar.gz |
gyp: Fix build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index f1744c9b75..433f178f03 100644 --- a/.gitignore +++ b/.gitignore @@ -13,10 +13,11 @@ node_g /.cproject gyp-mac-tool -build/all.Makefile -build/js2c.host.mk -build/node.target.mk -build/node_js2c.host.mk -build/node_js2c.target.mk +gyp/gyp +gyp/node.Makefile +gyp/js2c.host.mk +gyp/node.target.mk +gyp/node_js2c.host.mk +gyp/node_js2c.target.mk out/ Makefile |