forked from OpenLightingProject/ola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
248 lines (248 loc) · 5.29 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
*.core
*.dirstamp
*.gcda
*.gcno
*.gcov
*.gch
*.la
*.lo
*.log
*.o
*.o.*
*.o-????????
*.pb.cc
*.pb.cpp
*.pb.h
*.pc
*.pyc
*.save
*.swp
*.tar.gz
*.trs
*_pb2.py
Thumbs.db
*/.dirstamp
*/Thumbs.db
*/*/.dirstamp
*/*/Thumbs.db
*/*/*/.dirstamp
*/*/*/Thumbs.db
.DS_Store
*.bak
**/nppBackup
.~lock.*
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
build-stamp
conf??????/
confdefs.h
conftest.c
conftest.i
conftest.cpp
conftest.er1
conftest.err
config.h
config.h.in
config.h.in~
config.log
config.status
configure
doxygen_entrydb_*.tmp
doxygen_objdb_*.tmp
html/
libtool
stamp-h1
.AppleDouble/
.deps
.libs
config/ar-lib
config/compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/libtool.m4
config/ltmain.sh
config/ltoptions.m4
config/ltsugar.m4
config/ltversion.m4
config/lt~obsolete.m4
config/missing
config/py-compile
config/test-driver
conftest.dir/
*Tester
*Tester.exe
data/rdm/PidDataTest.sh
data/rdm/overrides.proto
debian/files
debian/*.debhelper.log
debian/*.substvars
debian/ola-dev/
debian/ola-python/
debian/*.postinst.debhelper
debian/*.preinst.debhelper
debian/*.postrm.debhelper
debian/*.prerm.debhelper
debian/ola-rdm-tests/
debian/ola/
debian/tmp/
doxygen/examples/callback_client_transmit
doxygen/examples/callback_client_transmit.exe
doxygen/examples/client_disconnect
doxygen/examples/client_disconnect.exe
doxygen/examples/client_thread
doxygen/examples/client_thread.exe
doxygen/examples/fetch_plugins
doxygen/examples/fetch_plugins.exe
doxygen/examples/flags
doxygen/examples/flags.exe
doxygen/examples/legacy_callback_client_transmit
doxygen/examples/legacy_callback_client_transmit.exe
doxygen/examples/legacy_receiver
doxygen/examples/legacy_receiver.exe
doxygen/examples/legacy_streaming_client
doxygen/examples/legacy_streaming_client.exe
doxygen/examples/receiver
doxygen/examples/receiver.exe
doxygen/examples/stdin_handler
doxygen/examples/stdin_handler.exe
doxygen/examples/streaming_client
doxygen/examples/streaming_client.exe
doxygen/examples/streaming_client_plugin
doxygen/examples/streaming_client_plugin.exe
doxygen/examples/udp_server
doxygen/examples/udp_server.exe
examples/ola_artnet
examples/ola_artnet.exe
examples/ola_dev_info
examples/ola_dev_info.exe
examples/ola_dmxconsole
examples/ola_dmxconsole.exe
examples/ola_dmxmonitor
examples/ola_dmxmonitor.exe
examples/ola_e131
examples/ola_e131.exe
examples/ola_latency
examples/ola_latency.exe
examples/ola_patch
examples/ola_patch.exe
examples/ola_ptch.exe
examples/ola_plugin_info
examples/ola_plugin_info.exe
examples/ola_plugin_state
examples/ola_plugin_state.exe
examples/ola_rdm_discover
examples/ola_rdm_discover.exe
examples/ola_rdm_get
examples/ola_rdm_get.exe
examples/ola_rdm_set
examples/ola_rdm_set.exe
examples/ola_recorder
examples/ola_recorder.exe
examples/ola_set_dmx
examples/ola_set_dmx.exe
examples/ola_set_priority
examples/ola_set_priority.exe
examples/ola_streaming_client
examples/ola_streaming_client.exe
examples/ola_throughput
examples/ola_throughput.exe
examples/ola_timecode
examples/ola_timecode.exe
examples/ola_uni_info
examples/ola_uni_info.exe
examples/ola_uni_merge
examples/ola_uni_merge.exe
examples/ola_uni_name
examples/ola_uni_name.exe
examples/ola_uni_stats
examples/ola_uni_stats.exe
examples/ola_usbpro
examples/ola_usbpro.exe
examples/RecorderVerifyTest.sh
include/ola/base/Version.h
include/ola/plugin_id.h
include/ola/rdm/RDMResponseCodes.h
include/ola/timecode/TimeCodeEnums.h
java/.classpath
java/classes/
java/generated-src/main/java/ola/proto/Ola.java
java/generated-src/main/java/ola/rpc/Rpc.java
java/maven-archiver/
java/ola-java-client-*.*.*.jar
java/surefire-reports/
java/test-classes/
javascript/compiler.jar
javascript/trunk/
libs/acn/e131_loadtest
libs/acn/e131_loadtest.exe
libs/acn/e131_transmit_test
libs/acn/e131_transmit_test.exe
ola.spec
olad/olad
olad/olad.exe
olad/ola-output.conf
olad/testdata/ola-output.conf
plugins/artnet/artnet_loadtest
plugins/artnet/artnet_loadtest.exe
plugins/*/*PluginDescription.h
protoc/ola_protoc
protoc/ola_protoc.exe
protoc/ola_protoc_plugin
protoc/ola_protoc_plugin.exe
python/examples/ola_rdm_set.py
python/ola/PidStoreLocation.py
python/ola/Version.py
python/ola/rpc/SimpleRpcControllerTest.sh
slp/slp_client
slp/slp_client.exe
slp/slp_server
slp/slp_server.exe
tools/e133/basic_device
tools/e133/basic_device.exe
tools/e133/basic_controller
tools/e133/basic_controller.exe
tools/e133/e133_controller
tools/e133/e133_controller.exe
tools/e133/e133_monitor
tools/e133/e133_monitor.exe
tools/e133/e133_receiver
tools/e133/e133_receiver.exe
tools/e133/slp_locate
tools/e133/slp_locate.exe
tools/e133/slp_register
tools/e133/slp_register.exe
tools/e133/slp_sa_test
tools/e133/slp_sa_test.exe
tools/logic/logic_rdm_sniffer
tools/logic/logic_rdm_sniffer.exe
tools/ola_trigger/config.tab.cpp
tools/ola_trigger/config.tab.h
tools/ola_trigger/lex.yy.cpp
tools/ola_trigger/ola_trigger
tools/ola_trigger/ola_trigger.exe
tools/ola_trigger/FileValidateTest.sh
tools/rdm/DataLocation.py
tools/rdmpro/rdmpro_sniffer
tools/rdmpro/rdmpro_sniffer.exe
tools/slp/slp_client
tools/slp/slp_client.exe
tools/slp/slp_server
tools/slp/slp_server.exe
tools/usbpro/usbpro_firmware
tools/usbpro/usbpro_firmware.exe
tools/ja-rule/ja-rule
tools/ja-rule/ja-rule.exe
tools/ja-rule/ja-rule-controller
tools/ja-rule/ja-rule-controller.exe
javascript/new-src/node_modules
.idea
.project
.autotools
.cproject
.settings
.vscode/