Remove compiled binaries from tracking

Untrack 12 Mach-O binaries that were committed to the repo and add
them to .gitignore. These can be rebuilt from source with go build.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
cottongin
2026-02-07 13:53:08 -05:00
parent 8eeefcc81c
commit 1831b0e923
13 changed files with 12 additions and 0 deletions

12
.gitignore vendored
View File

@@ -1,6 +1,18 @@
# Binaries # Binaries
matterbridge matterbridge
test-kosmi test-kosmi
capture-auth
monitor-ws
test-image-upload
test-long-title
test-proper-roomcodes
test-roomcode-image
test-session
test-upload
test-websocket
test-websocket-direct
cmd/kosmi-client/kosmi-clien
cmd/kosmi-client/kosmi-client
*.exe *.exe
*.dll *.dll
*.so *.so

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.