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:
Adam Soltys 2018-02-07 20:35:12 -08:00 committed by Olaoluwa Osuntokun
parent e0adb0a4dd
commit 078b4ebec6

6
.gitignore vendored
View File

@ -30,13 +30,13 @@ lncli
output*.log
cmd/cmd
**.key
**.hex
*.key
*.hex
cmd/lncli/lncli
# vim
**.swp
*.swp
*.hex
*.db