corvus-ch/horcrux

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
### Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
 
# Test binary, built with `go test -c`
*.test
 
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.cov
 
### Go Patch
/vendor/
/Godeps/
 
# Testing artifacts
/test.*
horcrux
result.bin
text.tmpl
 
# Release artifacts
/dist/
 
# Coverage reporting
cc-reporter*
/*.json
public-key.asc