powerpods/goTool/.gitignore
simon 20fea02b78 Add Makefile shortcuts for goTool and ignore built binary.
Expose common gotool targets (build, clients, version, unicast-test,
deadzone) with configurable PORT, and add goTool/.gitignore for gotool.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-18 23:16:29 +02:00

8 lines
88 B
Plaintext

# Built binary (make gotool-build)
/gotool
# Go toolchain artifacts
*.exe
*.test
*.out