From 855d3a52d4026ddda162d897965d5604a8b8acd4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 22 Dec 2011 12:10:57 -0400 Subject: remove /recentchanges from .gitignore recentchanges cruft is now stored under .ikiwiki --- ikiwiki-makerepo | 1 - 1 file changed, 1 deletion(-) (limited to '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" -- cgit v1.2.3