diff options
author | martin f. krafft <madduck@madduck.net> | 2008-05-10 14:17:53 +0100 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-10 12:43:38 -0400 |
commit | 341651a5d83f5464e14d8457d74fbfc23956948d (patch) | |
tree | 47b78cc332466297d71cbd96aa706f0f29394b94 /ikiwiki-makerepo | |
parent | a09bd3b00f28918a019fd64c969e116ad0df93a6 (diff) |
Also seed gitignore with recentchanges
Signed-off-by: martin f. krafft <madduck@madduck.net>
Diffstat (limited to 'ikiwiki-makerepo')
-rwxr-xr-x | ikiwiki-makerepo | 1 |
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" |