From: Jim Meyering Date: Wed, 27 Jul 2016 16:30:02 +0000 (-0700) Subject: dircolors: recognize .zst and .tzst suffixes X-Git-Tag: v8.26~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ea99e1fadd91612818e7d75d396ae3afd88eaf;p=thirdparty%2Fcoreutils.git dircolors: recognize .zst and .tzst suffixes * src/dircolors.hin: Add .zst and .tzst suffixes for the Zstandard/zstd compression tools. See http://zStd.net and https://code.facebook.com/posts/1658392934479273/ --- diff --git a/src/dircolors.hin b/src/dircolors.hin index 4fb1f045c8..0be7988b73 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -105,6 +105,8 @@ EXEC 01;32 .lz 01;31 .lzo 01;31 .xz 01;31 +.zst 01;31 +.tzst 01;31 .bz2 01;31 .bz 01;31 .tbz 01;31