X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/c4e46dfeba11aee2feec7475970cfdb7591c1943..cbc5fcff6182e620578fff619ae021eb5b30024c:/IkiWiki.pm 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,