2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
loop/.gitignore

51 lines
415 B
Plaintext
Raw Normal View History

2019-03-06 20:13:50 +00:00
# ---> Go
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
2019-02-16 01:57:58 +00:00
*.so
2019-03-06 20:13:50 +00:00
# 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
2019-02-16 01:57:58 +00:00
*.test
2019-03-06 20:13:50 +00:00
*.prof
output*.log
loop
!cmd/loop/
2019-03-06 20:13:50 +00:00
*.key
*.hex
# vim
*.swp
*.hex
*.db
*.bin
vendor
*.idea
*.iml
profile.cov
profile.tmp
.DS_Store
.vscode