From 9909a0ca045ce3636b8a719675b0f572bf908842 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 17 Nov 2012 07:58:45 -0800 Subject: [PATCH] Clean up darwin dircolors; add build artifacts --- dircolors/darwin.cfg | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dircolors/darwin.cfg b/dircolors/darwin.cfg index edeae3d..b554549 100644 --- a/dircolors/darwin.cfg +++ b/dircolors/darwin.cfg @@ -17,12 +17,12 @@ DIR 01;34 # directory LINK 01;36 # symbolic link. (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) MULTIHARDLINK 00 # regular file with more than one link -FIFO 40;33 # pipe +FIFO 01;33 # pipe SOCK 01;35 # socket DOOR 01;35 # door -BLK 40;33;01 # block device driver -CHR 40;33;01 # character device driver -ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file +BLK 01;33 # block device driver +CHR 01;33 # character device driver +ORPHAN 01;31 # symlink to nonexistent file, or non-stat'able file SETUID 37;41 # file that is setuid (u+s) SETGID 30;43 # file that is setgid (g+s) CAPABILITY 30;41 # file with capability @@ -44,7 +44,7 @@ EXEC 01;32 # executable bit actually set. #.sh 01;32 #.csh 01;32 - # archives or compressed (bright red) +# archives or compressed (bright red) .tar 01;31 .tgz 01;31 .arj 01;31 @@ -148,3 +148,7 @@ EXEC 01;32 .nib 01;35 .xib 01;35 + +# Build artifacts can be 'ignored' +.pyc 01;30 +.o 01;30