Added golang gitignore lines to prevent committing build outputs (#146)

This commit is contained in:
Marco Franssen
2018-07-09 05:02:45 +02:00
committed by Adrian Gallagher
parent 0a8d8454b5
commit dd757a738e

13
.gitignore vendored
View File

@@ -11,3 +11,16 @@ testdata/writefiletest
.idea
*.iml
vendor/
# 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