From: Joey Hess Date: Thu, 22 Dec 2011 16:10:57 +0000 (-0400) Subject: remove /recentchanges from .gitignore X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=855d3a52d4026ddda162d897965d5604a8b8acd4;p=ikiwiki.git remove /recentchanges from .gitignore recentchanges cruft is now stored under .ikiwiki --- 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"