mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-05-10 19:00:57 +08:00
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:
parent
c7fa162bff
commit
e319c7aa42
3 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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.
Loading…
Reference in a new issue