From: Joey Hess Date: Thu, 18 Mar 2010 03:21:35 +0000 (-0400) Subject: set exclude example to match *.private and improve its description X-Git-Tag: 3.20100403~153 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/cbc5fcff6182e620578fff619ae021eb5b30024c?ds=sidebyside set exclude example to match *.private and improve its description --- diff --git a/IkiWiki.pm b/IkiWiki.pm index 1c2ddbd91..a782e463a 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -338,7 +338,7 @@ sub getsetup () { type => "string", default => undef, example => '^\.htaccess$', - description => "regexp of normally ignored source files to include", + description => "regexp of normally excluded files to include", advanced => 1, safe => 0, # regexp rebuild => 1, @@ -346,8 +346,8 @@ sub getsetup () { exclude => { type => "string", default => undef, - example => '\.wav$', - description => "regexp of source files to ignore", + example => '^*\.private$', + description => "regexp of files that should be skipped", advanced => 1, safe => 0, # regexp rebuild => 1,