diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-30 00:09:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-30 00:09:35 +0000 |
commit | 2a722ec76f56f005c8f32caa71a0d036b44a7dd3 (patch) | |
tree | 1157c678c9d20ec3ac8013d07958b65a1f1f1387 /doc | |
parent | c53a0d6b9058ad374c7822127e533d4c2b56e8ae (diff) | |
download | ikiwiki-2a722ec76f56f005c8f32caa71a0d036b44a7dd3.tar ikiwiki-2a722ec76f56f005c8f32caa71a0d036b44a7dd3.tar.gz |
web commit by http://madduck.myopenid.com/: proper format in gitignore
Diffstat (limited to 'doc')
-rw-r--r-- | doc/setup.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 |