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
|
output*.log
|
||||||
|
|
||||||
cmd/cmd
|
cmd/cmd
|
||||||
**.key
|
*.key
|
||||||
**.hex
|
*.hex
|
||||||
|
|
||||||
cmd/lncli/lncli
|
cmd/lncli/lncli
|
||||||
|
|
||||||
# vim
|
# vim
|
||||||
**.swp
|
*.swp
|
||||||
|
|
||||||
*.hex
|
*.hex
|
||||||
*.db
|
*.db
|
||||||
|
Loading…
Reference in New Issue
Block a user