]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki-makerepo
(no commit message)
[ikiwiki.git] / 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"