2015-12-30 21:19:09 +01: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
|
|
|
|
|
2018-12-13 12:26:30 +01:00
|
|
|
/lnd
|
|
|
|
/lnd-debug
|
|
|
|
/lncli
|
|
|
|
/lncli-debug
|
2018-11-02 09:49:32 +01:00
|
|
|
/lnd-itest
|
|
|
|
/lncli-itest
|
2018-04-02 23:14:44 +02:00
|
|
|
|
2018-10-29 06:17:25 +01:00
|
|
|
# Integration test log files
|
2019-06-12 16:43:53 +02:00
|
|
|
lntest/itest/output*.log
|
2019-04-15 16:28:45 +02:00
|
|
|
lntest/itest/pprof*.log
|
2019-05-15 09:02:53 +02:00
|
|
|
lntest/itest/.backendlogs
|
|
|
|
lntest/itest/.minerlogs
|
2015-12-30 21:19:09 +01:00
|
|
|
|
|
|
|
cmd/cmd
|
2018-02-08 05:35:12 +01:00
|
|
|
*.key
|
|
|
|
*.hex
|
2015-12-30 21:19:09 +01:00
|
|
|
|
|
|
|
cmd/lncli/lncli
|
2016-01-05 17:19:22 +01:00
|
|
|
|
2019-01-24 14:51:04 +01:00
|
|
|
# Files from mobile build.
|
|
|
|
mobile/build
|
|
|
|
mobile/*_generated.go
|
|
|
|
|
2016-01-05 17:19:22 +01:00
|
|
|
# vim
|
2018-02-08 05:35:12 +01:00
|
|
|
*.swp
|
2016-02-03 08:37:29 +01:00
|
|
|
|
|
|
|
*.hex
|
|
|
|
*.db
|
|
|
|
*.bin
|
2016-07-23 04:00:30 +02:00
|
|
|
|
|
|
|
vendor
|
2016-09-15 20:59:51 +02:00
|
|
|
*.idea
|
2018-04-04 19:20:04 +02:00
|
|
|
*.iml
|
2017-02-24 14:38:27 +01:00
|
|
|
profile.cov
|
|
|
|
profile.tmp
|
2017-05-05 00:34:30 +02:00
|
|
|
|
|
|
|
.DS_Store
|
2017-12-01 07:07:01 +01:00
|
|
|
|
2018-06-02 14:49:09 +02:00
|
|
|
.vscode
|
2020-03-27 09:58:41 +01:00
|
|
|
|
|
|
|
# Coverage test
|
|
|
|
coverage.txt
|