Add test binaries to .gitignore and untrack them

Agent-Logs-Url: https://github.com/tbamud/tbamud/sessions/d5b86db2-e5ab-4729-b8b1-2ca7cf01c6b9

Co-authored-by: welcor <357770+welcor@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-21 22:20:58 +00:00
committed by GitHub
parent fff58ccab3
commit 6566ad5164
5 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@@ -93,3 +93,9 @@ src/test/testfile
.Trashes
ehthumbs.db
Thumbs.db
# Unit test binaries (built artifacts)
tests/test_utils
tests/test_random
tests/test_interpreter
tests/test_class

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.