d4-goclient/.gitignore

23 lines
318 B
Plaintext
Raw Normal View History

2019-01-07 10:12:34 +01:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2019-01-15 06:43:00 +01:00
*.vscode
2019-01-07 10:12:34 +01:00
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2019-01-17 09:16:13 +01:00
# Output binaries
d4-arm5l
d4-amd64l
# Output binaries from gox
d4-goclient_*
# Configuration files
/conf.sample/*