commit: 60e58b6797732e242c8c3b9fce7fc6f1134e0fbd
parent 8987a76cf154778d5b2f982211478169bae0fe27
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 13 Mar 2023 12:16:25 +0100
notes/pure_wayland_T495_glewinfo.log.gz: Add compressed version
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/notes/pure_wayland_T495_glewinfo.log.gz b/notes/pure_wayland_T495_glewinfo.log.gz
Binary files differ.
diff --git a/notes_index.pm b/notes_index.pm
@@ -36,6 +36,9 @@ foreach (@list) {
if ( $raw =~ /^index\.(s|x)html$/ ) {
next;
}
+ if ( $raw =~ /\.(br|gz)$/ ) {
+ next;
+ }
# try_files $uri $uri.shtml $uri.html $uri.xhtml $uri/ =404;
my $fn = $raw;