-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.gitignore
64 lines (54 loc) · 2.15 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
__pycache__
.DS_Store
cpp/unreal_plugins/*/Binaries
cpp/unreal_plugins/*/Intermediate
cpp/unreal_plugins/*/ThirdParty
cpp/unreal_projects/SpearSim/.vs
cpp/unreal_projects/SpearSim/.vsconfig
cpp/unreal_projects/SpearSim/Backup
cpp/unreal_projects/SpearSim/Binaries
cpp/unreal_projects/SpearSim/Build
cpp/unreal_projects/SpearSim/Content/__ExternalActors__
cpp/unreal_projects/SpearSim/Content/__ExternalObjects__
cpp/unreal_projects/SpearSim/Content/Characters
cpp/unreal_projects/SpearSim/Content/LevelPrototyping
cpp/unreal_projects/SpearSim/Content/Megascans
cpp/unreal_projects/SpearSim/Content/MSPresets
cpp/unreal_projects/SpearSim/Content/Scenes
cpp/unreal_projects/SpearSim/Content/Spear/Scenes/warehouse_0000
cpp/unreal_projects/SpearSim/Content/Stanford
cpp/unreal_projects/SpearSim/Content/StarterContent
cpp/unreal_projects/SpearSim/Content/ThirdPerson
cpp/unreal_projects/SpearSim/Content/Vehicles
cpp/unreal_projects/SpearSim/Content/VehicleTemplate
cpp/unreal_projects/SpearSim/DerivedDataCache
cpp/unreal_projects/SpearSim/Intermediate
cpp/unreal_projects/SpearSim/Makefile
cpp/unreal_projects/SpearSim/Plugins
cpp/unreal_projects/SpearSim/Saved
cpp/unreal_projects/SpearSim/Standalone-Development
cpp/unreal_projects/SpearSim/Standalone-Shipping
cpp/unreal_projects/SpearSim/ThirdParty
cpp/unreal_projects/SpearSim/CMakeLists.txt
cpp/unreal_projects/SpearSim/SpearSim.sln
cpp/unreal_projects/SpearSim/SpearSim (Mac).xcworkspace
cpp/unreal_projects/SpearSim/UpgradeLog.htm
examples/*/tmp
examples/*/user_config.yaml
examples/control_character/character_0.csv
examples/control_character/character_1.csv
examples/import_stanford_dataset/download
examples/import_stanford_dataset/gltf
examples/import_stanford_dataset/ply
examples/import_stanford_dataset/stanford
examples/import_stanford_dataset/cook_dirs.csv
examples/import_stanford_dataset/include_assets.csv
examples/legacy/generate_image_dataset/images
examples/legacy/imitation_learning_openbot/dataset
examples/legacy/imitation_learning_openbot/episodes
examples/legacy/imitation_learning_openbot/eval
examples/legacy/imitation_learning_openbot/videos
examples/legacy/open_loop_control_fetch/images
tmp
tools/BUILD
tools/tmp