web commit by http://madduck.myopenid.com/: proper format in gitignore
parent
c53a0d6b90
commit
2a722ec76f
|
@ -130,7 +130,7 @@ This tutorial will walk you through setting up a wiki with ikiwiki.
|
|||
REPOSITORY=~/wiki.git
|
||||
cd $SRCDIR
|
||||
git init
|
||||
echo .ikiwiki > .gitignore
|
||||
echo /.ikiwiki > .gitignore
|
||||
git add .
|
||||
git commit -m'Initial commit'
|
||||
# if you expect $REPOSITORY to receive pushs from multiple
|
||||
|
|
Loading…
Reference in New Issue