From: joey Date: Sun, 30 Sep 2007 00:09:35 +0000 (+0000) Subject: web commit by http://madduck.myopenid.com/: proper format in gitignore X-Git-Tag: 2.9~8 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2a722ec76f56f005c8f32caa71a0d036b44a7dd3 web commit by http://madduck.myopenid.com/: proper format in gitignore --- diff --git a/doc/setup.mdwn b/doc/setup.mdwn index e0ad0501b..de4a0dd82 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -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