0g-chain/.gitignore

24 lines
325 B
Plaintext
Raw Normal View History

2018-05-25 13:52:09 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Exclude build files
vendor
2018-06-16 16:20:46 +00:00
# Exclude text editor files
*.sublime-project
*.sublime-workspace
2018-06-21 13:15:00 +00:00
# Exclude chain data
.kvd/
.kvcli/