Lightning Loop initial version

This commit is contained in:
Joost Jager 2019-03-06 21:13:50 +01:00
parent c5eecda492
commit 21fcd8d94e
No known key found for this signature in database
GPG key ID: A61B9D4C393C59C7
60 changed files with 9236 additions and 8 deletions

63
.gitignore vendored
View file

@ -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/