mirror of
https://github.com/payden/libwsclient
synced 2026-03-02 04:09:18 +00:00
Initial commit of libwsclient
Only got the handshake and basic text frame sending done.
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# http://www.gnu.org/software/automake
|
||||
|
||||
Makefile.in
|
||||
Makefile
|
||||
# http://www.gnu.org/software/autoconf
|
||||
*.la
|
||||
/autom4te.cache
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/configure
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
||||
test
|
||||
*~
|
||||
.*~
|
||||
.cproject
|
||||
.project
|
||||
.settings
|
||||
*.o
|
||||
*.lo
|
||||
.*.swp
|
||||
.libs
|
||||
.deps
|
||||
|
||||
*.html
|
||||
/autom4te.cache
|
||||
/stamp-h1
|
||||
Makefile
|
||||
/config.status
|
||||
/config.log
|
||||
/config.h
|
||||
/aclocal.m4
|
||||
Makefile.in
|
||||
/config/
|
||||
/configure
|
||||
*~
|
||||
m4/*.m4
|
||||
/build*/
|
||||
ltmain.sh
|
||||
libtool
|
||||
libwebsock.la
|
||||
Reference in New Issue
Block a user