X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=ikiwiki-makerepo;h=c3a13c214330e32fe9473f6891608b6b53872f85;hb=3f6985ec7186896058364b94a2e9f686f72dfd85;hp=6951ca0de98f79d9d782ceaf0a772d0900ac6132;hpb=f398ad035b973608d380c9939ea845d8e2a0cdc2;p=ikiwiki.git 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"