Peter Kurfer
d89ab3a576
- introduce CLI binary - move server binary to subdirectory to have a uniformed directory structure - update goreleaser to build all binaries and create dist packages - update ignore files accordingly
21 lines
No EOL
177 B
Text
21 lines
No EOL
177 B
Text
#########
|
|
# files #
|
|
#########
|
|
|
|
**/cov.out
|
|
**/cov-raw.out
|
|
**/*.so
|
|
*.key
|
|
*.pem
|
|
/inetmock
|
|
/imctl
|
|
./main
|
|
|
|
###############
|
|
# directories #
|
|
###############
|
|
|
|
.idea/
|
|
.vscode/
|
|
dist/
|
|
out/ |