From: Joey Hess Date: Thu, 22 Dec 2011 16:10:57 +0000 (-0400) Subject: remove /recentchanges from .gitignore X-Git-Tag: 3.20111229~11 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/855d3a52d4026ddda162d897965d5604a8b8acd4 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"