TNT/.gitignore
m1ngsama e319c7aa42 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.
2026-04-19 18:27:34 +08:00

13 lines
152 B
Text

*.o
obj/
tnt
messages.log
host_key
host_key.pub
*.swp
.DS_Store
test.log
*.dSYM/
tests/unit/test_utf8
tests/unit/test_message
tests/unit/test_chat_room