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:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
BIN
capture-auth
BIN
capture-auth
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
monitor-ws
BIN
monitor-ws
Binary file not shown.
Binary file not shown.
BIN
test-long-title
BIN
test-long-title
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
test-session
BIN
test-session
Binary file not shown.
BIN
test-upload
BIN
test-upload
Binary file not shown.
BIN
test-websocket
BIN
test-websocket
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user