remove /recentchanges from .gitignore
recentchanges cruft is now stored under .ikiwikimaster
parent
767c58d7a5
commit
855d3a52d4
|
@ -86,7 +86,6 @@ git)
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
git init
|
git init
|
||||||
echo /.ikiwiki > .gitignore
|
echo /.ikiwiki > .gitignore
|
||||||
echo /recentchanges >> .gitignore
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "initial commit"
|
git commit -m "initial commit"
|
||||||
git remote add origin "$repository"
|
git remote add origin "$repository"
|
||||||
|
|
Loading…
Reference in New Issue