-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
92 lines (84 loc) · 1.54 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# build artifacts
**/*.a
**/*.la
**/*.o
**/*.lo
**/*.dll
**/.deps/
**/.libs/
**/.dirstamp
**/build-aux/
**/m4/
**/config.h.in
**/config.h.in~
nbproject/private/
package-lock.json
.dep.inc
/build/
/dist/
/docs/
/golang/teochatcli
/linux/Makefile
/linux/Makefile.in
/win_mingw/teocli.exe
/win_mingw/teocli_s.exe
/win_mingw/teocli_exe.zip
/python/teonet_l0_client_wrap.c
/python/teocli.py
/linux/teocli
/linux/teocli_s
/nodejs/nbproject/private/
/emscripten/test/echo_server/test_sockets_echo_client.js
/emscripten/node_modules/
node_modules/
/emscripten/main_select.js
/nbind/build/
/nbind/auto.gypi
/nbind/auto-top.gypi
/linux/config.guess
/linux/autom4te.cache
/linux/COPYING
/linux/compile
/linux/INSTALL
/linux/config.log
/linux/install-sh
/linux/config.status
/linux/config.sub
/linux/config.h
/linux/stamp-h1
/linux/aclocal.m4
/linux/configure
/linux/depcomp
/linux/ltmain.sh
/linux/missing
/linux/libtool
/linux/teocli_s_cpp
/linux/teocli_cpp
/linux/teocli_s_trudp
/linux/teocli_s_common_thread
/nbind/package-lock.json
/emscripten/test/echo_server/test_sockets_echo_server.js
/emscripten/test/echo_server/package-lock.json
/emscripten/test/echo_server/test_sockets_echo_server
/emscripten/test/echo_server/test_sockets_echo_client
/emscripten/test/echo_server/nbproject/private/
# Visual Studio user-specific files
*.suo
*.user
# Build results
[Dd]ebug/
[Rr]elease/
x64/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Visual C++ cache files
ipch/
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
golang/libteocli\.a
linux/teocli_s_common