remove /recentchanges from .gitignore
authorJoey Hess <joey@kitenet.net>
Thu, 22 Dec 2011 16:10:57 +0000 (12:10 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 24 Dec 2011 23:43:16 +0000 (19:43 -0400)
recentchanges cruft is now stored under .ikiwiki

ikiwiki-makerepo

index 6951ca0de98f79d9d782ceaf0a772d0900ac6132..c3a13c214330e32fe9473f6891608b6b53872f85 100755 (executable)
@@ -86,7 +86,6 @@ git)
        cd "$srcdir"
        git init
        echo /.ikiwiki > .gitignore
-       echo /recentchanges >> .gitignore
        git add .
        git commit -m "initial commit"
        git remote add origin "$repository"