aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-17 23:24:31 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-17 23:24:31 -0400
commit60b71996da47b4ce8e065443de362e9dbca47ce9 (patch)
tree7986017f1f7d774b48a5c65ddf477ec04ae143e2
parent6cae23dbbe073a29400e89236b27ab7718fe2d54 (diff)
downloadikiwiki-60b71996da47b4ce8e065443de362e9dbca47ce9.tar
ikiwiki-60b71996da47b4ce8e065443de362e9dbca47ce9.tar.gz
add Makefile to exclude example
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index a782e463a..a618836cf 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -346,7 +346,7 @@ sub getsetup () {
exclude => {
type => "string",
default => undef,
- example => '^*\.private$',
+ example => '^(*\.private|Makefile)$',
description => "regexp of files that should be skipped",
advanced => 1,
safe => 0, # regexp