remove /recentchanges from .gitignore

recentchanges cruft is now stored under .ikiwiki
master
Joey Hess 2011-12-22 12:10:57 -04:00
parent 767c58d7a5
commit 855d3a52d4
1 changed files with 0 additions and 1 deletions

View File

@ -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"