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
|
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.)
|
# numerical value, the color is as for the file pointed to.)
|
||||||
MULTIHARDLINK 00 # regular file with more than one link
|
MULTIHARDLINK 00 # regular file with more than one link
|
||||||
FIFO 40;33 # pipe
|
FIFO 01;33 # pipe
|
||||||
SOCK 01;35 # socket
|
SOCK 01;35 # socket
|
||||||
DOOR 01;35 # door
|
DOOR 01;35 # door
|
||||||
BLK 40;33;01 # block device driver
|
BLK 01;33 # block device driver
|
||||||
CHR 40;33;01 # character device driver
|
CHR 01;33 # character device driver
|
||||||
ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
|
ORPHAN 01;31 # symlink to nonexistent file, or non-stat'able file
|
||||||
SETUID 37;41 # file that is setuid (u+s)
|
SETUID 37;41 # file that is setuid (u+s)
|
||||||
SETGID 30;43 # file that is setgid (g+s)
|
SETGID 30;43 # file that is setgid (g+s)
|
||||||
CAPABILITY 30;41 # file with capability
|
CAPABILITY 30;41 # file with capability
|
||||||
|
@ -148,3 +148,7 @@ EXEC 01;32
|
||||||
|
|
||||||
.nib 01;35
|
.nib 01;35
|
||||||
.xib 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