lnd.xprv/.gitignore

77 lines
833 B
Plaintext
Raw Normal View History

2015-12-30 23:19:09 +03:00
# ---> 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
/lnd-debug
/lncli
/lncli-debug
/lnd-itest
/lncli-itest
# Integration test log files
lntest/itest/*.log
2019-05-15 10:02:53 +03:00
lntest/itest/.backendlogs
lntest/itest/.minerlogs
lntest/itest/lnd-itest
lntest/itest/btcd-itest
lntest/itest/.logs-*
2015-12-30 23:19:09 +03:00
cmd/cmd
*.key
*.hex
2015-12-30 23:19:09 +03:00
cmd/lncli/lncli
2019-01-24 16:51:04 +03:00
# Files from mobile build.
mobile/build
mobile/*_generated.go
2020-09-23 16:12:14 +03:00
# Files created for fuzzing.
fuzz/**/*-fuzz.zip
fuzz/**/corpus
fuzz/**/crashers
fuzz/**/suppressions
# vim
*.swp
*.hex
*.db
*.bin
vendor
*.idea
*.iml
2017-02-24 16:38:27 +03:00
profile.cov
profile.tmp
.DS_Store
.vscode
2020-03-27 11:58:41 +03:00
# Coverage test
coverage.txt