diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bd85513b42..a5dddba7d5 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 @@ -52,7 +52,7 @@ website-upload: doc scp doc/* ryan@nodejs.org:~/tinyclouds/node/ docclean: - @-rm -f doc/node.1 doc/api.xml doc/api.html + @-rm -f doc/node.1 doc/api.xml doc/api.html doc/changelog.html clean: docclean @$(WAF) clean |