X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/227107b21864dedb40995875c6a68c1a2a665f9a..8a45362d55a4b563764f997d7419623a17da86ba:/ikiwiki-makerepo?ds=sidebyside 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"