ethr/.gitignore
Radu Matei 41a13764cd Add dep (#11)
* Add Gopkg.* and vendor/ dir

* Add info about running dep ensure in readme
2018-12-05 05:41:16 -08:00

27 lines
346 B
Plaintext

# 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
# VIM related files
*.un~
*.swp
# Log files
*.log
# Files without extension (Linux binary, for example)
*
!/**/
!*.*
# Golang vendor directory
vendor/