forked from kercre123/victor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
418 lines (380 loc) · 9.16 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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
# Misc
*~
*.d
*.cache
*.swp
matlab.mat
_build*/
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# build folders
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
_build/
buck-out/
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Visual Studio Code
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.vscode/
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Sublime Project Files
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*.sublime-*
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Webots
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*.wbproj
#
simulator/controllers/webotsCtrlViz/webotsCtrlViz
simulator/controllers/webotsCtrlViz/resources
simulator/controllers/webotsCtrlViz/saved_images
simulator/controllers/webotsCtrlViz/saved_state
#
simulator/controllers/webotsCtrlRobot2/webotsCtrlRobot2
simulator/controllers/webotsCtrlRobot2/resources
simulator/controllers/webotsCtrlRobot2/nvStorage
#
simulator/controllers/webotsCtrlAnim/webotsCtrlAnim
simulator/controllers/webotsCtrlAnim/resources
simulator/controllers/webotsCtrlAnim/persistent
#
simulator/controllers/webotsCtrlWebServer/webotsCtrlWebServer
simulator/controllers/webotsCtrlWebServer/resources
#
simulator/controllers/webotsCtrlLightCube/webotsCtrlLightCube
simulator/controllers/webotsCtrlLightCube/resources
#
simulator/controllers/webotsCtrlBuildServerTest/webotsCtrlBuildServerTest
#
simulator/controllers/webotsCtrlGameEngine2/webotsCtrlGameEngine2
simulator/controllers/webotsCtrlGameEngine2/resources
simulator/controllers/webotsCtrlGameEngine2/temp
simulator/controllers/webotsCtrlGameEngine2/persistent
#
simulator/controllers/webotsCtrlKeyboard/webotsCtrlKeyboard
simulator/controllers/webotsCtrlKeyboard/factory_test_logs
simulator/controllers/webotsCtrlKeyboard/resources
#
simulator/controllers/webotsCtrlDevLog/webotsCtrlDevLog
#
simulator/controllers/webotsCtrlNeuralNets/webotsCtrlNeuralNets
simulator/controllers/webotsCtrlNeuralNets/resources
#
simulator/controllers/webotsCtrlGateway/webotsCtrlGateway
simulator/controllers/webotsCtrlGateway/vic-gateway
#
simulator/plugins/physics/cozmo_physics/libcozmo_physics.dylib
simulator/worlds/__generated__.wbt
simulator/worlds/__GENERATED_FOR_*__.wbt
project/build-scripts/webots/__GENERATED_ANIMATIONS_TEST__.cfg
# Mac OS
*.DS_Store
# Xcode
*.mexmaci64
*.o
*.obj
#*.so
*.la
*.a
*.ko
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.moved-aside
# gradle
.gradle
# Android Studio
*.iml
# Xcode ignores
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcuserstate
*.xccheckout
xcuserdata
*.moved-aside
DerivedData
# MSVC
*.res
*.user
*.suo
*.sdf
*.opensdf
*.ncb
*.exe
*.dll
*.lib
*.aps
*.layout
*.log
*.tlog
*.pdb
*.lastbuildstate
*.idb
*.ilk
*.pyc
*.mexw32
*.mexw64
*.mexmac
*.mexmaci64
*.ipch
*.asv
matlab/profiling/*
build/msvc*
build/xcode*
project/xcode4/Cozmo/Cozmo.xcodeproj/xcuserdata
project/xcode4/Cozmo/Cozmo.xcodeproj/project.xcworkspace/xcuserdata
build/*
screenshot.png
*.mvlib
*.shv*lib
movidiusTests/shaveTests2/output
*.asmgen
robot/evmMake/output
movidiusTests/dmaTests/output
ims.mat
robot/ld/objects.ldscript
movidiusTests/shaveTests3/output
interp2InnerLoop.asmgen-1155e305
robot/.settings
.com.apple.timemachine.supported
movidiusTests/shaveTests4/output/
CMakeFiles
visionUnitTestController
robot/robot.uvgui.anki
robot/robot_robot.dep
robot/robot_vision-tests.dep
robot/startup_stm32f429_439xx.lst
coretech/vision/robot/test/embeddedVisionTests - Copy.cpp
robot/robot_embedded-tests.dep
*.MikeAnderson
*.dep
*.map
*.lst
*.ini
robot/syscon/JLinkLog.txt
robot/chipSimulator/robot_chipSimulator.uvguix.anki
matlab/basicsResults.mat
matlab/basicsResults_input.mat
matlab/perTestStatsResults.mat
systemTests/tests/intermediate/
matlab/basicsResults_input*.mat
systemTests/tests/*.mat
matlab/recompileBasicsAllInput.mat
matlab/runParallelProcesses_input*.mat
matlab/nohup.out
systemTests/nohup.out
systemTests/recompileBasicsAllInput.mat
systemTests/runParallelProcesses_input*.mat
matlab/runParallelProcesses_mutex*.mat
matlab/perPoseAllInput.mat
out.txt
trainingState.mat
tmp.mat
tmp_allImages.mat
training.mat
._*
build_makefile
anki.cpp
anki.c
basestation/cozmo_sounds
a7_out.txt
/a7_out.txt.old
probeTree_*.mat
build_ios
ios/CozmoVision/build
ios/CozmoVision/CozmoVision.xcodeproj/xcuserdata
coretech/vision/matlab/@VisionMarkerTrained/trainingState_*.*
tools/modulate_led/Project/LCD/MDK-ARM/Demo/
*.uvgui.*
# Unity
build_unity
unity/Cozmo/Builds
unity/Cozmo/Library
unity/Cozmo/Temp
unity/Cozmo/*.sln
unity/Cozmo/*.proj
unity/Cozmo/*.csproj
unity/Cozmo/*.userprefs
unity/Cozmo/*.obj
unity/Cozmo/obj/*
unity/Cozmo/AssetBundles/*
unity/Cozmo/Assets/Resources/ThemeSystem/ThemesScriptableObj.asset
unity/Cozmo/Assets/Resources/ThemeSystem/ThemesScriptableObj.asset.meta
# Visual studio
*.userprefs
.vs
build_xcode/*.xcworkspace
build_xcode/game_osx
build_xcode/game_ios
build_xcode/game_sim
generated
unity/ios/UnityBuild
unity/ios/build
unity/ios/opencv
unity/ios/sphinx
unity/ios/HockeyApp
animationTool.zip
UnityDASDll/UnityDASDll/obj/*
UnityDASDll/UnityDASDll/bin/*
# pycharm
.idea
# Anki specific
# kercre123 - turn this into a submodule
#EXTERNALS
TAGS
.subtreeconfig
#symlinks
resources/config/engine/firmware
resources/config/engine/old_firmware
resources/config/engine/firmware_*
# Misc
*.bak
# *.orig ## Going to try NOT ignoring these for awhile: if you don't need them, just delete them instead of hiding them
*~
*.d
*.cache
*.swp
*.TMP
.vagrant
.idea
*.swo
binary_cache
perf.data
symbol_cache
.projectile
# victor envsetup.sh
filelist
# MSVC
tools/**/bin
tools/**/obj
# Keil
*.saved_uv4
*.uvgui.*
**.uvguix.*
*.uvoptx.*
*.uvprojx.*
*.uvproj
robot/VERSION
uImage
# Ban .safe files, unless they're in the proper place (releases)
*.safe
!robot/**/releases/*.safe
!makesafe*.exe
!hex2bin.exe
**.bin
!robot/**/binaries/*.bin
!robot/**/releases/*.bin
fixture.build
robot/include/anki/cozmo/robot/version.h
robot/fixture/ankilog/Release
robot/fixture/ankilog/Debug
robot/fixture/ankilog/obj
robot/hal/dfu/dfu
buildMakefile
build_xcode_osx
build_xcode_ios
build_xcode_sim
c-source.txt
robot/build
robot/syscon/build
ankic.cpp
enjpeg-test
build.old
buildMakefile.old
include/anki/cozmo/shared/msgIDs.txt
**.output
# **.S - Find a better way to keep your build artifacts out of the tree - .S is used by embedded team for ASM
**.dump
*.htm
block/build/
block/lst/
robot/**/build/
rx-packet-log.txt
coretech/project/gyp/common-robot.lst
coretech/project/gyp/common-shared-test.lst
coretech/project/gyp/common-test.lst
coretech/project/gyp/common.lst
coretech/project/gyp/messaging-robot.lst
coretech/project/gyp/messaging.lst
coretech/project/gyp/planning-robot.lst
coretech/project/gyp/planning-standalone.lst
coretech/project/gyp/planning-test.lst
coretech/project/gyp/planning.lst
coretech/project/gyp/vision-robot.lst
coretech/project/gyp/vision-test.lst
coretech/project/gyp/vision.lst
project/gyp/pluginPhysics.lst
project/gyp/cozmoEngine-test.lst
project/gyp/cozmoEngine.lst
project/gyp/ctrlRobot.lst
project/gyp/ctrlViz.lst
project/gyp/clad.lst
project/gyp/robotGeneratedClad.lst
coretech/generated/ios
coretech/generated/mac
coretech/generated/android
generated/ios
generated/mac
generated/android
coretech/project/gyp/build
project/gyp/build
generated/clad
generated/cladPython
generated/webots/src/plugins/physics/physics.c
robot/generated/clad*
resources/config/faciometric
resources/config/basestation/vision/faciometric
generated/cladCsharp/clad
JLinkLog.txt
*.lst
robot/cube/lst/block.m51
resources/config/engine/AnkiLogStringTables.json
coretech/generated
unity/Cozmo/Assets/Resources/ThemeSystem/ThemesScriptableObj.asset
unity/metaReport*.txt
# Buck
**.buckd
**/buck-out
local.properties
# DAS
unity/Cozmo/Assets/StreamingAssets/DASConfig.json
unity/Cozmo/Assets/StreamingAssets/DASConfig.json.meta
#Copied LocalizedStrings For Boot Before Asset Bundles Load
unity/Cozmo/Assets/Resources/bootstrap/LocalizedStrings/
unity/Cozmo/Assets/Resources/bootstrap/LocalizedStrings.meta
# Code Lab
unity/Cozmo/Assets/StreamingAssets/Scratch/LocalizedStrings
unity/Cozmo/Assets/StreamingAssets/Scratch/LocalizedStrings.meta
unity/Cozmo/Assets/StreamingAssets/Scratch/fonts
unity/Cozmo/Assets/StreamingAssets/Scratch/fonts.meta
unity/Cozmo/Assets/StreamingAssets/Scratch/lib/closure-library
unity/Cozmo/Assets/StreamingAssets/Scratch/lib/closure-library.meta
unity/Cozmo/Assets/StreamingAssets/Scratch/lib/vm/dist/web/scratch-vm.js.map
unity/Cozmo/Assets/StreamingAssets/Scratch/lib/vm/dist/web/scratch-vm.js.map.meta
.vscode
# Xamarin
apps/xamarin/chewie/Droid/bin
apps/xamarin/chewie/Droid/obj
apps/xamarin/chewie/iOS/bin
apps/xamarin/chewie/iOS/obj
apps/xamarin/chewie/codelab.Droid/bin
apps/xamarin/chewie/codelab.Droid/obj
apps/xamarin/chewie/codelab.iOS/bin
apps/xamarin/chewie/codelab.iOS/obj
robot_ip.txt
# Allow us to include okaoVision libs
!okaoVision/lib/Android/armeabi-v7a/*.a
!okaoVision/lib/MacOSX/*.a
# The 3rd directory contains drops from 3rd party vendors and all files should be allowed
!3rd/**
victor-packages
log.txt
robot_sshkey
ota/out
ota/ota-server/*.ota
snowboy/server/main