mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Lightning Loop initial version
This commit is contained in:
parent
c5eecda492
commit
21fcd8d94e
60 changed files with 9236 additions and 8 deletions
63
.gitignore
vendored
63
.gitignore
vendored
|
|
@ -1,12 +1,59 @@
|
|||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
# ---> Go
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
# 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
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
output*.log
|
||||
|
||||
swapcli
|
||||
!swapcli/
|
||||
|
||||
*.key
|
||||
*.hex
|
||||
|
||||
# vim
|
||||
*.swp
|
||||
|
||||
*.hex
|
||||
*.db
|
||||
*.bin
|
||||
|
||||
vendor
|
||||
*.idea
|
||||
*.iml
|
||||
profile.cov
|
||||
profile.tmp
|
||||
|
||||
.DS_Store
|
||||
|
||||
.vscode
|
||||
|
||||
nautserver
|
||||
!nautserver/
|
||||
|
||||
nautview
|
||||
!nautview/
|
||||
|
||||
swapd
|
||||
!swapd/
|
||||
Loading…
Add table
Add a link
Reference in a new issue