forked from Tencent/mars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
117 lines (111 loc) · 3.09 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
*.iml
.gradle/
/mars/local.properties
.idea/
.DS_Store
build/
/mars/captures
obj/
*.swp
*.pyc
xcuserdata
xcshareddata
/mars/comm/verinfo.h
/mars/libraries/*/
/mars/*/libs/
!/mars/boost/libs/
/samples/iOS/iOSDemo/Kernel/MarsLib/
/samples/iOS/iOSDemoXlog/Kernel/MarsLib/
/samples/iOS/XloggerSwiftDemo/Kernel/MarsLib/
/samples/Mac/Kernel/MarsLib/
/samples/android/xlogSample/app/src/main/jni/export_include/*.so
#!/mars/libraries/mars_android_sdk/
/mars/app/win32proj/Debug/*.idb
/mars/app/win32proj/Debug/*.log
/mars/app/win32proj/Debug/*.pdb
/mars/app/win32proj/Debug/app.tlog/*.tlog
/mars/app/win32proj/Debug/app.tlog/*.lastbuildstate
/mars/app/win32proj/Debug/*.obj
/mars/baseevent/win32proj/Debug/*.idb
/mars/baseevent/win32proj/Debug/*.log
/mars/baseevent/win32proj/Debug/*.pdb
/mars/baseevent/win32proj/Debug/baseevent.tlog/*.tlog
/mars/baseevent/win32proj/Debug/baseevent.tlog/*.lastbuildstate
/mars/baseevent/win32proj/Debug/baseevent.tlog/*
/mars/baseevent/win32proj/Debug/*.obj
/mars/boost/Debug/*.log
/mars/boost/Debug/boost.tlog/*.tlog
/mars/boost/Debug/boost.tlog/*.lastbuildstate
/mars/boost/Debug/boost.tlog/*
/mars/boost/Debug/*.obj
/mars/boost/Debug/*.idb
/mars/boost/Debug/*.pdb
/mars/comm/win32proj/Debug/*.obj
/mars/comm/win32proj/Debug/*.idb
/mars/comm/win32proj/Debug/*.log
/mars/comm/win32proj/Debug/*.pdb
/mars/comm/win32proj/Debug/comm.tlog/*.tlog
/mars/comm/win32proj/Debug/comm.tlog/*.lastbuildstate
/mars/comm/win32proj/Debug/comm.tlog/*
/mars/log/win32proj/Debug/*.obj
/mars/log/win32proj/Debug/*.idb
/mars/log/win32proj/Debug/*.log
/mars/log/win32proj/Debug/*.pdb
/mars/log/win32proj/Debug/log.tlog/*.tlog
/mars/log/win32proj/Debug/log.tlog/*.lastbuildstate
/mars/log/win32proj/Debug/log.tlog/*
/samples/win32test/Debug/*.obj
/samples/win32test/Debug/*.idb
/samples/win32test/Debug/*.pdb
/samples/win32test/Debug/*.log
/samples/win32test/Debug/*.pch
/samples/win32test/Debug/win32test.tlog/*.tlog
/samples/win32test/Debug/win32test.tlog/*
/samples/win32test/Debug/win32test.tlog/*.lastbuildstate
/mars/sdt/win32proj/Debug/*.idb
/mars/sdt/win32proj/Debug/*.log
/mars/sdt/win32proj/Debug/*.pdb
/mars/sdt/win32proj/Debug/sdt.tlog/*.tlog
/mars/sdt/win32proj/Debug/sdt.tlog/*.lastbuildstate
/mars/sdt/win32proj/Debug/sdt.tlog/*
/mars/stn/win32proj/Debug/*.obj
/mars/stn/win32proj/Debug/*.idb
/mars/stn/win32proj/Debug/*.log
/mars/stn/win32proj/Debug/*.pdb
/mars/stn/win32proj/Debug/stn.tlog/*.tlog
/mars/stn/win32proj/Debug/stn.tlog/*.lastbuildstate
/mars/stn/win32proj/Debug/stn.tlog/*
/mars/win32proj/.vs/v14/*.suo
/mars/win32proj/Debug/*.lib
/mars/win32proj/Debug/*.log
/mars/win32proj/Debug/mars.tlog/*.lastbuildstate
/mars/win32proj/Debug/mars.tlog/*
/mars/win32proj/*.opendb
/mars/win32proj/*.db
/mars/samples/android/marsSampleChat/local.properties
.autotools
.cproject
.project
*.lib
*.pdb
mars/win32proj/Debug/mars.lastbuildstate
mars/win32proj/Debug/mars.unsuccessfulbuild
# cmake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
.vs
mars/*/Win32/Debug
mars/Win32/Debug
*.dir
*.out
Debug-iphonesimulator
*.xcodeproj
*.build
cmake_build