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
|
2022-08-11 13:39:40 +02:00
|
|
|
itest/*.log
|
|
|
|
itest/.backendlogs
|
|
|
|
itest/.minerlogs
|
|
|
|
itest/lnd-itest
|
|
|
|
itest/btcd-itest
|
|
|
|
itest/.logs-*
|
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
|
2020-10-29 15:37:17 +01:00
|
|
|
coverage.txt
|
2022-01-18 23:34:52 +01:00
|
|
|
|
|
|
|
# Visual Studio cache/options directory
|
|
|
|
.vs/
|
2022-06-27 16:40:06 +02:00
|
|
|
|
|
|
|
# Release build directory (to avoid build.vcs.modified Golang build tag to be
|
|
|
|
# set to true by having untracked files in the working directory).
|
|
|
|
/lnd-*/
|