diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-03 19:57:04 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-06 03:12:05 -0700 |
commit | 518430db3a8e2e5374136a0ec9754b6d5a7e8ee6 (patch) | |
tree | 888015b7b58225b1375895c901601372fe641b61 /.gitignore | |
parent | 81a999c954b09803f74ac3959ab78ea14172c0a4 (diff) | |
download | node-new-518430db3a8e2e5374136a0ec9754b6d5a7e8ee6.tar.gz |
WIP
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c02035018c..4d94a0443f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ + .waf* tags .lock-wscript *.pyc doc/api.xml -tools/nodejs.pc tmp/ node node_g @@ -16,4 +16,6 @@ gyp-mac-tool gyp/all.Makefile gyp/js2c.host.mk gyp/node.target.mk +gyp/node_js2c.host.mk out/ +Makefile |