d4-goclient/.gitignore

21 lines
278 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-04-01 15:01:01 +02:00
*.idea
2019-01-07 10:12:34 +01:00
# 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/*