diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-05 15:03:30 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-06 03:12:08 -0700 |
commit | bef9f56cacffe3a55d9154e304a57ad8de607c5a (patch) | |
tree | 831347e8c18757fec2ee6a45de82384340d23fc4 /.gitignore | |
parent | 466cbfef1b3707392eb94a67d5e1eea3486dcec9 (diff) | |
download | node-bef9f56cacffe3a55d9154e304a57ad8de607c5a.tar.gz |
Bring gyp into the tools directory; handwritten makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 4f4ca6576..e321a01c2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,10 +13,9 @@ node_g /.cproject gyp-mac-tool -gyp/gyp -gyp/all.Makefile -gyp/all.target.mk -gyp/node_js2c.host.mk -gyp/node_js2c.target.mk +tools/gyp +tools/all.Makefile +tools/all.target.mk +tools/node_js2c.host.mk +tools/node_js2c.target.mk out/ -Makefile |