X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/dd731d22c63a21ea7d8f5e32e72cb75f60e2d387..d22c76404548b82a18013fdfc08fbdb1e4197e53:/ikiwiki-makerepo diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo index 6951ca0de..c3a13c214 100755 --- a/ikiwiki-makerepo +++ b/ikiwiki-makerepo @@ -86,7 +86,6 @@ git) cd "$srcdir" git init echo /.ikiwiki > .gitignore - echo /recentchanges >> .gitignore git add . git commit -m "initial commit" git remote add origin "$repository"