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 diff --git a/Makefile b/Makefile index c1438bf5a6..2776d42507 100644 --- a/Makefile +++ b/Makefile @@ -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