build: Remove binary sio_test (#425)

Add sio_test to gitignore
Remove executable permissions from text files
This commit is contained in:
Benson Muite 2024-05-29 20:54:42 +03:00 committed by GitHub
parent 373a01c989
commit 6dead4f0a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,5 +7,6 @@ Makefile
cmake_install.cmake
install_manifest.txt
libsioclient.a
sio_test
.DS_Store
.cache/

0
LICENSE Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
examples/Console/main.cpp Executable file → Normal file
View File

0
src/internal/sio_packet.cpp Executable file → Normal file
View File

0
src/internal/sio_packet.h Executable file → Normal file
View File

0
src/sio_message.h Executable file → Normal file
View File

Binary file not shown.