From: Ville Skyttä Date: Mon, 12 Jun 2023 20:27:37 +0000 (+0300) Subject: dircolors: update list of backup file extensions X-Git-Tag: v9.4~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37890240730f0d0a24d3fd01357fb96955b29b52;p=thirdparty%2Fcoreutils.git dircolors: update list of backup file extensions * src/dircolors.hin: Sort backup section by extension. Treat .dpkg-new and .dpkg-tmp as backup files. Treat .crdownload (Chromium based browsers' partial download) as a backup file. --- diff --git a/src/dircolors.hin b/src/dircolors.hin index 262e1b5ec1..353831cdf9 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -228,20 +228,23 @@ EXEC 01;32 *~ 00;90 *# 00;90 .bak 00;90 +.crdownload 00;90 +.dpkg-dist 00;90 +.dpkg-new 00;90 +.dpkg-old 00;90 +.dpkg-tmp 00;90 .old 00;90 .orig 00;90 .part 00;90 .rej 00;90 +.rpmnew 00;90 +.rpmorig 00;90 +.rpmsave 00;90 .swp 00;90 .tmp 00;90 -.dpkg-dist 00;90 -.dpkg-old 00;90 .ucf-dist 00;90 .ucf-new 00;90 .ucf-old 00;90 -.rpmnew 00;90 -.rpmorig 00;90 -.rpmsave 00;90 # # Subsequent TERM or COLORTERM entries, can be used to add / override