Clean up darwin dircolors; add build artifacts
This commit is contained in:
parent
969082f132
commit
9909a0ca04
1 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue