From 341651a5d83f5464e14d8457d74fbfc23956948d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 10 May 2008 14:17:53 +0100 Subject: [PATCH] Also seed gitignore with recentchanges Signed-off-by: martin f. krafft --- ikiwiki-makerepo | 1 + 1 file changed, 1 insertion(+) diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo index 6ae3e28a3..d249e5e75 100755 --- a/ikiwiki-makerepo +++ b/ikiwiki-makerepo @@ -58,6 +58,7 @@ git) cd "$srcdir" git init echo /.ikiwiki > .gitignore + echo /recentchanges >> .gitignore git add . git commit -m "initial commit" git remote add origin "$repository" -- 2.44.0