]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
dircolors: recognize .xz, .txz, .tbz and .tlz suffixes
authorJim Meyering <meyering@redhat.com>
Tue, 2 Jun 2009 19:48:38 +0000 (21:48 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 3 Jun 2009 12:07:27 +0000 (14:07 +0200)
* src/dircolors.hin: Add .xz, .txz, .tbz and .tlz.

src/dircolors.hin

index 63af8cb1f78126a379a3840647457e237c84c5d5..b4e55ea3ecd15597f4303b0e9449f3f6bd1aae54 100644 (file)
@@ -1,7 +1,7 @@
 # Configuration file for dircolors, a utility to help you set the
 # LS_COLORS environment variable used by GNU ls with the --color option.
 
-# Copyright (C) 1996, 1999-2008
+# Copyright (C) 1996, 1999-2009
 # Free Software Foundation, Inc.
 # Copying and distribution of this file, with or without modification,
 # are permitted provided the copyright notice and this notice are preserved.
@@ -108,13 +108,17 @@ EXEC 01;32
 .taz 01;31
 .lzh 01;31
 .lzma 01;31
+.tlz 01;31
+.txz 01;31
 .zip 01;31
 .z   01;31
 .Z   01;31
 .dz  01;31
 .gz  01;31
+.xz  01;31
 .bz2 01;31
 .bz  01;31
+.tbz 01;31
 .tbz2 01;31
 .tz  01;31
 .deb 01;31