commit: 42ac0a2508682d58c4a9406b423b045ecb6ef48c
parent 67c9605047c3c8ae8c560e95557068688fbca854
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;