]> gitweb.fluxo.info Git - debian.git/commitdiff
Try to exclude keyring
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 3 Jul 2016 18:03:53 +0000 (15:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 3 Jul 2016 18:03:53 +0000 (15:03 -0300)
ikiwiki.setup

index 29165024c632f6150376c3012aac80a72c527039..5ec47dbea4fb5a4c9729c96c0b5100d4640a2081 100644 (file)
@@ -110,7 +110,8 @@ use IkiWiki::Setup::Standard {
   # To exclude files matching a regexp from processing. This adds to
   # the default exclude list.
   #exclude => qr/\.wav$/,
-  exclude => qr/www/,
+  #exclude => qr/www/,
+  exclude => qr/(www|build-area|keyring)/i,
   # To change the extension used for generated html files.
   #htmlext => 'htm',
   # Time format (for strftime)