lnd.xprv/.gitignore
Adam Soltys 078b4ebec6 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
2018-04-05 20:57:10 -07:00

53 lines
426 B
Plaintext

# ---> Go
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
lnd
lncli
output*.log
cmd/cmd
*.key
*.hex
cmd/lncli/lncli
# vim
*.swp
*.hex
*.db
*.bin
vendor
*.idea
profile.cov
profile.tmp
.DS_Store
main*