fix: remove committed test binaries and add them to .gitignore

macOS-compiled test binaries were tracked by git, causing CI failures
on Linux where they're executed as shell scripts instead of ELF binaries.
This commit is contained in:
m1ngsama 2026-04-19 18:27:34 +08:00
parent c7fa162bff
commit e319c7aa42
3 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View file

@ -8,3 +8,6 @@ host_key.pub
.DS_Store .DS_Store
test.log test.log
*.dSYM/ *.dSYM/
tests/unit/test_utf8
tests/unit/test_message
tests/unit/test_chat_room

Binary file not shown.

Binary file not shown.