diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-02-21 23:13:40 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-02-21 23:13:40 -0800 |
commit | e8363abb6a1f1f61e2d4e3e8fcfe73aa1cc406c9 (patch) | |
tree | 7334f1734303e2e1deb74a6e07a89cd38bdb9f90 /.gitignore | |
parent | 05ae932a0efa11678da9dfa3cf642c03859245f0 (diff) | |
download | node-e8363abb6a1f1f61e2d4e3e8fcfe73aa1cc406c9.tar.gz |
delete changelog.html on 'make docclean'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd85513b4..a5dddba7d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ tags *.pyc doc/api.xml doc/api.html +doc/changelog.html doc/node.1 node node_g |