mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
lnd: use single asterisk for gitignore wildcards
This stops ripgrep from complaining about invalid use of **; must be one path component See https://github.com/BurntSushi/ripgrep/issues/373
This commit is contained in:
parent
e0adb0a4dd
commit
078b4ebec6
6
.gitignore
vendored
6
.gitignore
vendored
@ -30,13 +30,13 @@ lncli
|
||||
output*.log
|
||||
|
||||
cmd/cmd
|
||||
**.key
|
||||
**.hex
|
||||
*.key
|
||||
*.hex
|
||||
|
||||
cmd/lncli/lncli
|
||||
|
||||
# vim
|
||||
**.swp
|
||||
*.swp
|
||||
|
||||
*.hex
|
||||
*.db
|
||||
|
Loading…
Reference in New Issue
Block a user