diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-08 12:11:48 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-08 12:11:48 -0700 |
commit | db1bf679d8047e661b31ffcbd1418da335246413 (patch) | |
tree | c62ea78c5d49b8949577f12359b0877a1599736c /.gitignore | |
parent | f03ea7045c53fff157f239204814566be1511d8f (diff) | |
download | node-new-db1bf679d8047e661b31ffcbd1418da335246413.tar.gz |
Move GYP file to the project root
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index d96b435753..e77d5df576 100644 --- a/.gitignore +++ b/.gitignore @@ -12,13 +12,7 @@ node_g /.project /.cproject -gyp-mac-tool -tools/gyp -tools/all.Makefile -tools/all.target.mk -tools/node_js2c.host.mk -tools/node_js2c.target.mk -out/ +/out # various stuff that VC++ produces/uses Debug/ @@ -36,3 +30,5 @@ ipch/ *.opensdf /options.gypi +*-nodegyp* +/gyp-mac-tool |