bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ville Skyttä
Subject: bug#69724: [PATCH] dircolors: add more archive extensions
Date: Mon, 11 Mar 2024 09:43:11 +0200

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]