2018-02-01 09:40:04 -08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Added by CoZ developers
|
2018-02-01 10:06:17 -08:00
|
|
|
vendor/
|
2018-02-04 21:05:47 +01:00
|
|
|
bin/
|
2018-08-22 18:23:19 +02:00
|
|
|
!examples/**/vendor
|
2018-02-04 21:05:47 +01:00
|
|
|
|
|
|
|
# text editors
|
|
|
|
# vscode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
2018-04-02 17:49:14 +01:00
|
|
|
# goland
|
|
|
|
.idea/*
|
2019-08-20 18:44:09 +03:00
|
|
|
# emacs
|
2019-08-12 19:25:32 +03:00
|
|
|
*~
|
|
|
|
TAGS
|
2018-02-27 10:04:24 +01:00
|
|
|
|
2018-03-14 10:36:59 +01:00
|
|
|
# leveldb
|
|
|
|
chains/
|
|
|
|
chain/
|
|
|
|
blockchain/
|
|
|
|
blockchains/
|
2019-08-14 15:05:54 +03:00
|
|
|
|
|
|
|
# patch
|
|
|
|
*.orig
|
|
|
|
*.rej
|
2019-09-09 11:11:49 +03:00
|
|
|
|
|
|
|
# Coverage
|
|
|
|
coverage.txt
|
|
|
|
coverage.html
|