]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 12 May 2008 21:07:53 +0000 (17:07 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 12 May 2008 21:07:53 +0000 (17:07 -0400)
ikiwiki-makerepo

index 6ae3e28a3a7ee8a9cdc8bd769439c7e8433406cb..d249e5e754c00a36ee29b6b6d667017c6b71bdda 100755 (executable)
@@ -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"