X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/cdf88c88216c75051e2e3cfc7844da4611e7c89b..f7755e5e01be3b602a6dd4b6dc0ac200c6d2a657:/ikiwiki-makerepo diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo index 6ae3e28a3..d249e5e75 100755 --- a/ikiwiki-makerepo +++ b/ikiwiki-makerepo @@ -58,6 +58,7 @@ git) cd "$srcdir" git init echo /.ikiwiki > .gitignore + echo /recentchanges >> .gitignore git add . git commit -m "initial commit" git remote add origin "$repository"