diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-07-01 14:29:06 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-07-01 14:29:50 -0700 |
commit | 24de2bd58ca6c4490d9af282ba16d4249565c41b (patch) | |
tree | 8ee40c426d8b13b7a520ee9f8c6716600181ca66 /.gitignore | |
parent | 8a52fb7aebcde0baa5682a19cdb1d03dfa63201f (diff) | |
download | node-new-24de2bd58ca6c4490d9af282ba16d4249565c41b.tar.gz |
Amend .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a5dddba7d5..41ab314e35 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,11 @@ build tags .lock-wscript *.pyc +*.patch doc/api.xml doc/api.html doc/changelog.html doc/node.1 +tmp/ node node_g |