-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
141 lines (111 loc) · 1.78 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
*.pdb
*.user
# C++ objects and libs
Athena/*.slo
Athena/*.lo
Athena/*.o
Athena/*.a
Athena/*.la
Athena/*.lai
Athena/*.so
Athena/*.dll
Athena/*.dylib
# Qt-es
Athena/object_script.*.Release
Athena/object_script.*.Debug
Athena/*_plugin_import.cpp
Athena//.qmake.cache
Athena//.qmake.stash
Athena/*.pro.user
Athena/*.pro.user.*
Athena/*.qbs.user
Athena/*.qbs.user.*
Athena/*.moc
Athena/moc_*.cpp
Athena/moc_*.h
Athena/qrc_*.cpp
Athena/ui_*.h
Athena/Makefile*
Athena/*build*
# Qt unit tests
Athena/target_wrapper.*
# QtCreator
Athena/*.autosave
# QtCtreator Qml
Athena/*.qmlproject.user
Athena/*.qmlproject.user.*
# QtCtreator CMake
Athena/CMakeLists.txt.user*
# Protobuf
Athena/*.pb.*
# C++ objects and libs
Medusa/*.slo
Medusa/*.lo
Medusa/*.o
Medusa/*.a
Medusa/*.la
Medusa/*.lai
Medusa/*.so
Medusa/*.dll
Medusa/*.dylib
# Qt-es
Medusa/object_script.*.Release
Medusa/object_script.*.Debug
Medusa/*_plugin_import.cpp
Medusa//.qmake.cache
Medusa//.qmake.stash
Medusa/*.pro.user
Medusa/*.pro.user.*
Medusa/*.qbs.user
Medusa/*.qbs.user.*
Medusa/*.moc
Medusa/moc_*.cpp
Medusa/moc_*.h
Medusa/qrc_*.cpp
Medusa/ui_*.h
Medusa/Makefile*
Medusa/*build*
# Qt unit tests
Medusa/target_wrapper.*
# QtCreator
Medusa/*.autosave
# QtCtreator Qml
Medusa/*.qmlproject.user
Medusa/*.qmlproject.user.*
# QtCtreator CMake
Medusa/CMakeLists.txt.user*
# Protobuf
Medusa/*.pb.*
Medusa/*_pb2.py
Medusa/src/LuaModule/lua_zeus.cpp
Medusa/share/proto/cpp/
ZBin/Qt*
ZBin/*.dll
ZBin/*.exe
ZBin/*.ini
ZBin/*.txt
ZBin/*.label*
ZBin/3rdParty/*
ZBin/LOG/*.log
ZBin/Athena.exp
ZBin/Athena.lib
ZBin/Athena
ZBin/Medusa
ZBin/MedusaD
ZBin/grsim
ZBin/Crazy
ZBin/Client
ZBin/Crazy2018
ZBin/ballSpeedLog.txt
ZBin/core
# python
ZBin/__pycache__
ZBin/*.py[cod]
ZBin/*$py.class
build*/
grSim/
Crazy/
Autoref/
Client/lib
zeus_deps_check
git_stats