diff options
author | Cache do Fluxo <cache@fluxo.info> | 2016-05-04 09:18:20 -0300 |
---|---|---|
committer | Cache do Fluxo <cache@fluxo.info> | 2016-05-04 09:18:20 -0300 |
commit | 69fb02351b05510a1ac6f00b0bbb6fb0fd986aa3 (patch) | |
tree | da57a013d80c67cae93c0ae0958b57cc8571b1e8 | |
parent | 3b99f570ad7d218899ac2553b36aa514ac5b1ffc (diff) | |
download | cache-69fb02351b05510a1ac6f00b0bbb6fb0fd986aa3.tar.gz cache-69fb02351b05510a1ac6f00b0bbb6fb0fd986aa3.tar.bz2 |
Ikiwiki: ignore httruta
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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) |