-
Notifications
You must be signed in to change notification settings - Fork 410
/
.gitignore
63 lines (61 loc) · 1.01 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
*.o
*.a
*.so
_obj
_test
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.exe~
*.test
*.prof
*.rar
*.zip
*.gz
*.psd
*.bmd
*.cfg
*.pptx
*.log
*nohup.out
*.sublime-project
*.sublime-workspace
_*
.DS_Store
.idea
.vscode
socket/example/client
socket/example/server
examples/*/*_server
examples/*/*_mserver
examples/*/*_client
examples/*/*_mclient
examples/ab/frame_client_ab
/examples/proxy_and_seq/proxy_and_seq
/examples/plugin-tps/tps
/proto/rawproto/rawproto_test
/proto/httproto/httproto_test
/proto/jsonproto/jsonproto_test
/xfer/md5/md5_test
/proto/pbproto/pbproto_test
/proto/thriftproto/thriftproto_test
/mixer/evio/bench/evio_bench_client
/mixer/evio/bench/evio_bench_server
/mixer/evio/evio_test
/mixer/multiclient/multiclient_test
/mixer/websocket/websocket_test
/plugin/auth/auth_test
/plugin/binder/binder_test
/plugin/heartbeat/heartbeat_test
/plugin/ignorecase/ignorecase_test
/plugin/overloader/overloader
/plugin/secure/secure_test
/erpc_test
/cover.out
/cover.html