From eb5a9ebaf1f9725b7986d0754e26956372b713ce Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Fri, 2 Aug 2019 13:50:17 -0700 Subject: [PATCH] dircolors: recognize the WebP image format * src/dircolors.hin: Add .webp for the WebP image format. Fixes https://bugs.gnu.org/36899 --- src/dircolors.hin | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dircolors.hin b/src/dircolors.hin index 3aa445bfa7..9aa5b07dae 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -158,6 +158,7 @@ EXEC 01;32 .m2v 01;35 .mkv 01;35 .webm 01;35 +.webp 01;35 .ogm 01;35 .mp4 01;35 .m4v 01;35 -- 2.47.2