diff --git a/.gitignore b/.gitignore index 6c464daa..376798db 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,6 @@ Makefile cmake_install.cmake install_manifest.txt libsioclient.a +sio_test .DS_Store .cache/ \ No newline at end of file diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/examples/Console/main.cpp b/examples/Console/main.cpp old mode 100755 new mode 100644 diff --git a/src/internal/sio_packet.cpp b/src/internal/sio_packet.cpp old mode 100755 new mode 100644 diff --git a/src/internal/sio_packet.h b/src/internal/sio_packet.h old mode 100755 new mode 100644 diff --git a/src/sio_message.h b/src/sio_message.h old mode 100755 new mode 100644 diff --git a/test/sio_test b/test/sio_test deleted file mode 100755 index 55c24ea1..00000000 Binary files a/test/sio_test and /dev/null differ