mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +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
1 changed files with 3 additions and 3 deletions
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…
Add table
Reference in a new issue