0g-chain/.gitignore

19 lines
212 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
2018-05-25 13:52:09 +00:00
*.out
# Exclude build files
vendor
2019-09-12 16:19:13 +00:00
build
# IDE files
*.vscode