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

@ -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