bug#69724: [PATCH] dircolors: add more archive extensions

2024-03-11 Thread Pádraig Brady

I'm erring on the side of applying this,
though I'm a bit wary of an endlessly expanding list,
as there is no end to what can be compressed for example.

cheers,
Pádraig





bug#69724: [PATCH] dircolors: add more archive extensions

2024-03-11 Thread Ville Skyttä
* src/dircolors.hin: Add .apk (Alpine Linux/Android package); .drpm
(delta rpm); .egg, .pyz, and .whl (Python related); and .udeb (form of
.deb).
---
 src/dircolors.hin | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/src/dircolors.hin b/src/dircolors.hin
index c85c037a5..58297e8bb 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
-- 
2.34.1