From 2a722ec76f56f005c8f32caa71a0d036b44a7dd3 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 30 Sep 2007 00:09:35 +0000 Subject: [PATCH] web commit by http://madduck.myopenid.com/: proper format in gitignore --- doc/setup.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2