Add a lot of formats.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 27 Mar 2015 15:05:50 +0200
changeset 737 ead952765cf1
parent 736 73748dd9a563
child 738 9f1f83f8a755
Add a lot of formats.
.dircolors
--- a/.dircolors	Thu Mar 12 17:08:09 2015 +0200
+++ b/.dircolors	Fri Mar 27 15:05:50 2015 +0200
@@ -1,72 +1,147 @@
-# Below are the color init strings for the basic file types. A color init
-# string consists of one or more of the following numeric codes:
 # Attribute codes:
 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
 # Text color codes:
 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
 # Background color codes:
 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
+# To dump default database:
+#   $ dircolors -p
 
 NORMAL 00
 FILE 00
 DIR 01;34
 LINK 04;36
-ORPHAN 01;31;40
-# MISSING 01;31;40
-FIFO 33;40
-SOCK 33;40
-DOOR 33;40
+MULTIHARDLINK 00
+FIFO 40;33
+SOCK 40;33
+DOOR 40;33
 BLK 43
 CHR 43
-EXEC 04;31
+ORPHAN 40;31;01
+SETUID 37;41
+SETGID 30;43
+CAPABILITY 30;41
+STICKY_OTHER_WRITABLE 30;42
+EXEC 01;32
 
 .cmd 32
 .exe 32
 .com 32
 .bat 32
 
+.sh 32
+.csh 32
+.bash 32
+.tcsh 32
+
 .tar 36
 .tgz 36
+.arc 36
 .arj 36
 .taz 36
+.lha 36
+.lz4 36
 .lzh 36
+.lzma 36
+.tlz 36
+.txz 36
+.tzo 36
+.t7z 36
 .zip 36
 .z 36
 .Z 36
+.dz 36
 .gz 36
+.lrz 36
+.lz 36
+.lzo 36
+.xz 36
 .bz2 36
+.bz 36
+.tbz 36
+.tbz2 36
+.tz 36
 .deb 36
 .rpm 36
 .jar 36
+.war 36
+.ear 36
+.sar 36
+.rar 36
+.alz 36
+.ace 36
+.zoo 36
+.cpio 36
+.7z 36
+.rz 36
+.cab 36
 
-.jpg 32
-.jpe 32
-.jpeg 32
-.gif 32
-.bmp 32
-.pbm 32
-.pgm 32
-.ppm 32
-.tga 32
-.xbm 32
-.xpm 32
-.tif 32
-.tiff 32
-.png 32
-.eps 32
-.mpg 32
-.mpeg 32
-.avi 32
-.fli 32
-.gl 32
-.dl 32
-.xcf 32
-.xwd 32
+# image formats
+.jpg 01;35
+.jpeg 01;35
+.gif 01;35
+.bmp 01;35
+.pbm 01;35
+.pgm 01;35
+.ppm 01;35
+.tga 01;35
+.xbm 01;35
+.xpm 01;35
+.tif 01;35
+.tiff 01;35
+.png 01;35
+.svg 01;35
+.svgz 01;35
+.mng 01;35
+.pcx 01;35
+.mov 01;35
+.mpg 01;35
+.mpeg 01;35
+.m2v 01;35
+.mkv 01;35
+.webm 01;35
+.ogm 01;35
+.mp4 01;35
+.m4v 01;35
+.mp4v 01;35
+.vob 01;35
+.qt 01;35
+.nuv 01;35
+.wmv 01;35
+.asf 01;35
+.rm 01;35
+.rmvb 01;35
+.flc 01;35
+.avi 01;35
+.fli 01;35
+.flv 01;35
+.gl 01;35
+.dl 01;35
+.xcf 01;35
+.xwd 01;35
+.yuv 01;35
+.cgm 01;35
+.emf 01;35
 
-.ogg 01;35
-.mp3 01;35
-.wav 01;35
+# audio formats
+.aac 00;36
+.au 00;36
+.flac 00;36
+.m4a 00;36
+.mid 00;36
+.midi 00;36
+.mka 00;36
+.mp3 00;36
+.mpc 00;36
+.ogg 00;36
+.ra 00;36
+.wav 00;36
+.axa 00;36
+.oga 00;36
+.spx 00;36
+.xspf 00;36
 
+# devel files
 .o 01;33
 .c 01;35
 .cc 01;35
@@ -75,14 +150,34 @@
 .pm 01;35
 .m 01;35
 
-*Makefile 0;35
-*tags 01;32
-*~ 01;30
-.swp 01;30
+
+# build files
+*Makefile 35
+*build.xml 35
+*pom.xml 35
+
+.diff 35
+.patch 35
+
+# dust
+*tags 33
+*~ 33
+
+# Main docs.
 *README 01;31
-.tex 01;31
-.htm 01;31
-.html 01;31
+*README.rst 01;31
+*README.md 01;31
+*INSTALL 01;31
+*INSTALL.rst 01;31
+*INSTALL.md 01;31
+*CHANGES 01;31
+*CHANGES.rst 01;31
+*HACKING 01;31
+*HACKING.rst 01;31
+*FAQ 01;31
+*FAQ.rst 01;31
+*index.htm 01;31
+*index.html 01;31
 
 *readme 00;31
 .pdf 00;31