forked from Teameeting/Teameeting-MsgServer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
62 lines (62 loc) · 1.69 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
*.o
*.DS_Store
*.obj
*.Po
*.bz2
*.o.d
*.d
*.bak
*.a
*.log
*.status
*.in
*.cache
*.so
*.rdb
Makefile
output.0
traces.0
traces.1
requests
.run_build.sh
tags
*.png
*.ycm_extra_conf.py
*.ycm_extra_conf.pyc
*.tar.gz
MsgServer/MsgServerConnector/MsgServerConnector
MsgServer/MsgServerConnector/connector/bin
MsgServer/MsgServerDispatcher/MsgServerDispatcher
MsgServer/MsgServerDispatcher/dispatcher/bin
MsgServer/MsgServerMeeting/MsgServerMeeting
MsgServer/MsgServerMeeting/meeting/bin
MsgServer/MsgServerSequence/MsgServerSequence
MsgServer/MsgServerSequence/sequence/bin
MsgServer/MsgServerStorage/MsgServerStorage
MsgServer/MsgServerStorage/storage/bin
MsgServer/MsgServerLogical/MsgServerLogical
MsgServer/MsgServerLogical/logical/bin
MsgServer/MsgServerRTLive/MsgServerRTLive
MsgServer/MsgServerRTLive/rtlive/bin
MsgServer/MsgServerGrouper/MsgServerGrouper
MsgServer/MsgServerGrouper/grouper/bin
MsgServer/MsgServerPusher/MsgServerPusher
MsgServer/MsgServerPusher/pusher/bin
MsgServer/MsgServerModule/MsgServerModule
MsgServer/MsgServerModule/module/bin
MsgServer/MsgServerDaemon/MsgServerDaemon
MsgServer/MsgServerDaemon/daemon/bin
MsgServer/MsgServer/MSCommon/MSThirdParty/xredis/examples/demo
MsgServer/MsgServer/MSCommon/MSThirdParty/xredis/examples/xredis-example
MsgServer/MsgServerClient/MsgServerClient
MsgServer/build_shell/msgserver
MsgServer/MsgServerClient/client_dbs/
MsgServer/MsgServerClient/client_logs/
MsgServer/client_test/client_dbs/
MsgServer/client_test/client_logs/
MsgServer/client_test/parser/cpp_log_parser
MsgServer/client_test/parser/msgclient_parser
MsgServer/client_test/parser/log_parser
MsgServer/client_test/parser/parser
MsgServer/xredis_command/xredis-client
MsgServer/MsgServerDaemon/print_time