From 69fb02351b05510a1ac6f00b0bbb6fb0fd986aa3 Mon Sep 17 00:00:00 2001 From: Cache do Fluxo Date: Wed, 4 May 2016 09:18:20 -0300 Subject: Ikiwiki: ignore httruta --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index d859b4f..474cf15 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -110,7 +110,7 @@ use IkiWiki::Setup::Standard { # To exclude files matching a regexp from processing. This adds to # the default exclude list. #exclude => qr/\.wav$/, - exclude => qr/data/, + exclude => qr/(data|httruta)/i, # To change the extension used for generated html files. #htmlext => 'htm', # Time format (for strftime) -- cgit v1.2.3