From ad711c8868cb450d6577282606b737a32a53ffac Mon Sep 17 00:00:00 2001 From: www-data Date: Tue, 8 Mar 2011 20:28:00 -0500 Subject: [PATCH] fix --- web.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.setup b/web.setup index a801fe5..307044a 100644 --- a/web.setup +++ b/web.setup @@ -80,7 +80,7 @@ use IkiWiki::Setup::Standard { # regexp of normally excluded files to include #include => '^\\.htaccess$', # regexp of files that should be skipped - #exclude => '^(*\\.private|Makefile)$', + exclude => '^(*\\.private|Makefile|.*\.setup)$', # specifies the characters that are allowed in source filenames wiki_file_chars => '-[:alnum:]+/.:_', # allow symlinks in the path leading to the srcdir (potentially insecure) -- 2.1.4