diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-28 22:54:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-28 22:54:40 +0000 |
commit | 61be0198556438c0fbec14bf14cbf7e3be950d94 (patch) | |
tree | f85e3ee31b2185e60eb5a079a4d6162cfd248a4f | |
parent | 8323bc5214bf3581ebfbad57385934033c228b76 (diff) | |
download | ikiwiki-61be0198556438c0fbec14bf14cbf7e3be950d94.tar ikiwiki-61be0198556438c0fbec14bf14cbf7e3be950d94.tar.gz |
web commit by JeremyReed: mention exclude
-rw-r--r-- | doc/index/discussion.mdwn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 719768117..d02564ff6 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -199,10 +199,17 @@ What is the correct way to include ,v RCS revision files in my source tree witho -- [[JeremyReed]] -> Add the ,v to the $config{wiki_file_prune_regexps} array. This is how we +> Add the ,v to the $config{wiki\_file\_prune\_regexps} array. This is how we > skip equivilant files from other revision control systems too. > --[[Joey]]] +>> Okay, I used in my setup configuration: +>> exclude => qr/\,v$/, +>> I looked in source for the array you mentioned above and noticed the $setup{exclude}. And now I see that is documented. +>> (By the way, the example there doesn't seem correct with a literal asterisk and period wildcard. +>> Maybe it should be qr/\.wav$/,) +>> --[[JeremyReed]] + ---- # Textile Plugin |