From: Ville Skyttä Date: Mon, 11 Mar 2024 07:43:11 +0000 (+0200) Subject: dircolors: add more archive extensions X-Git-Tag: v9.5~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a504948752509ff28aa1dfa27ae6f8573ddae6b;p=thirdparty%2Fcoreutils.git dircolors: add more archive extensions * src/dircolors.hin: Add .apk (Alpine Linux/Android package); .drpm (delta rpm); .egg, .pyz, and .whl (Python related); and .udeb (form of .deb). --- diff --git a/src/dircolors.hin b/src/dircolors.hin index c85c037a5d..58297e8bb2 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -105,6 +105,7 @@ EXEC 01;32 .7z 01;31 .ace 01;31 .alz 01;31 +.apk 01;31 .arc 01;31 .arj 01;31 .bz 01;31 @@ -113,9 +114,11 @@ EXEC 01;32 .cpio 01;31 .crate 01;31 .deb 01;31 +.drpm 01;31 .dwm 01;31 .dz 01;31 .ear 01;31 +.egg 01;31 .esd 01;31 .gz 01;31 .jar 01;31 @@ -126,6 +129,7 @@ EXEC 01;32 .lzh 01;31 .lzma 01;31 .lzo 01;31 +.pyz 01;31 .rar 01;31 .rpm 01;31 .rz 01;31 @@ -142,7 +146,9 @@ EXEC 01;32 .tz 01;31 .tzo 01;31 .tzst 01;31 +.udeb 01;31 .war 01;31 +.whl 01;31 .wim 01;31 .xz 01;31 .z 01;31