aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki-makerepo
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2008-05-10 14:17:53 +0100
committerJoey Hess <joey@kodama.kitenet.net>2008-05-10 12:43:38 -0400
commit341651a5d83f5464e14d8457d74fbfc23956948d (patch)
tree47b78cc332466297d71cbd96aa706f0f29394b94 /ikiwiki-makerepo
parenta09bd3b00f28918a019fd64c969e116ad0df93a6 (diff)
downloadikiwiki-341651a5d83f5464e14d8457d74fbfc23956948d.tar
ikiwiki-341651a5d83f5464e14d8457d74fbfc23956948d.tar.gz
Also seed gitignore with recentchanges
Signed-off-by: martin f. krafft <madduck@madduck.net>
Diffstat (limited to 'ikiwiki-makerepo')
-rwxr-xr-xikiwiki-makerepo1
1 files changed, 1 insertions, 0 deletions
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"