Skip to content

Commit

Permalink
build: Remove binary sio_test (#425)
Browse files Browse the repository at this point in the history
Add sio_test to gitignore
Remove executable permissions from text files
  • Loading branch information
bkmgit authored May 29, 2024
1 parent 373a01c commit 6dead4f
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Makefile
cmake_install.cmake
install_manifest.txt
libsioclient.a
sio_test
.DS_Store
.cache/
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified examples/Console/main.cpp
100755 → 100644
Empty file.
Empty file modified src/internal/sio_packet.cpp
100755 → 100644
Empty file.
Empty file modified src/internal/sio_packet.h
100755 → 100644
Empty file.
Empty file modified src/sio_message.h
100755 → 100644
Empty file.
Binary file removed test/sio_test
Binary file not shown.

0 comments on commit 6dead4f

Please sign in to comment.