git: add .DS_Store to .gitignore, remove obsolete entries
This commit is contained in:
parent
9e4e423de1
commit
023de3e075
8
.gitignore
vendored
8
.gitignore
vendored
@ -31,12 +31,6 @@ cmd/cmd
|
|||||||
**.hex
|
**.hex
|
||||||
|
|
||||||
cmd/lncli/lncli
|
cmd/lncli/lncli
|
||||||
cmd/lnshell/lnshell
|
|
||||||
|
|
||||||
sighash143/sighash143
|
|
||||||
sighash143/*.hex
|
|
||||||
|
|
||||||
test_wal/*
|
|
||||||
|
|
||||||
# vim
|
# vim
|
||||||
**.swp
|
**.swp
|
||||||
@ -49,3 +43,5 @@ vendor
|
|||||||
*.idea
|
*.idea
|
||||||
profile.cov
|
profile.cov
|
||||||
profile.tmp
|
profile.tmp
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
Loading…
Reference in New Issue
Block a user