mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-13 07:11:09 +01:00
Merge pull request #98 from rpdelaney/master
Add .gemspec and .lock filetypes. Fixes #96 and #97
This commit is contained in:
commit
7565a4e17c
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.ipynb 38;5;41
|
||||
# ruby
|
||||
.rb 38;5;41
|
||||
.gemspec 38;5;41
|
||||
# perl
|
||||
.pl 38;5;208
|
||||
.PL 38;5;160
|
||||
|
@ -503,6 +504,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.pid 38;5;248
|
||||
.state 38;5;248
|
||||
*lockfile 38;5;248
|
||||
*lock 38;5;248
|
||||
# error logs
|
||||
.err 38;5;160;1
|
||||
.error 38;5;160;1
|
||||
|
|
Loading…
Reference in a new issue