-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
169 lines (145 loc) · 2.55 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
## Gnat build artifacts
#
*.o
*.ali
*-loc.xml
gnatinspect.db
*~
auto.cgpr
*.stderr
*.stdout
*.a
*.log
.clang-format
.clangd
.#*
*.deps
*.d
.travis.yml
## Build folders
#
build
**/dsa/x86_64-unknown-linux-gnu
bin
## Documents
#
tom dalling
## Copies
#
3-mid/opengl (copy 1)
4-high/gel (copy *)
## Source
#
2-low/neural/source/attic
2-low/neural/source/attic2
2-low/neural/implement
2-low/neural/applet/test/learn_linear/velocity.net
3-mid/impact/contrib
3-mid/physics/implement/impact/*
3-mid/physics/implement/vox/*
#3-mid/physics/implement/box2d/contrib
4-high/gel/source/platform/sdl/attic
## Assets
#
#**/assets/opengl
#**/assets/gel
**/assets/attic
3-mid/opengl/applet/demo/models/render_hex_grid/document
3-mid/opengl/applet/demo/models/render_hex_grid/assets
## Binaries
#
box2d_HelloWorld
launch_box_rig_1_bone_demo
launch_diffuse_light
launch_many_boxes_textured_x1_demo
launch_simple_instant_events_demo
launch_simple_deferred_events_demo
launch_simple_chat_client
launch_simple_chat_registrar
launch_outline
launch_parse_box
launch_learn_linear
launch_pong
launch_core_test
launch_opengl_model
launch_large_terrain_demo
launch_math_testsuite
launch_many_boxes_demo
launch_model_scaling
launch_modeller_test
launch_mouse_motion
launch_mouse_selection_2d
launch_mouse_selection
launch_render_arrows
launch_render_asteroids
launch_render_billboards
launch_render_boxes
launch_render_screenshot
launch_render_text
launch_two_cameras_demo
launch_egl_linkage_test
generate_gl_types_spec
launch_freetype_linkage_test
launch_hello_physics_interface_2d_demo
launch_hello_physics_interface_3d_demo
launch_drop_ball_on_box
launch_drop_box_on_box
launch_gel_fused
launch_hello_gel
launch_human_rig_demo
launch_chains_2d
launch_hinged_box
launch_human_model
launch_human_model_v1
launch_mixed_joints
launch_mixed_joints_2d
launch_mixed_shapes
launch_text_sprite_demo
launch_impact_hello_3d_demo
launch_camera_demo
launch_render_lighting
launch_render_capsules
launch_rig_demo
launch_crunch
launch_render_models
launch_simple_animation
launch_full_demo
launch_hello_physics_interface_demo
launch_test_engine
launch_strings_demo
launch_add_rid
launch_add_rid_sprite_test
launch_pong_tute
launch_render_two_textures
build_all_lace
test_environ_paths
test_environ_compression
test_text_replace
test_environ_general
HelloWorld*
5-all/applet/build_all/build_all
test_dice
launch_hexagon_test
launch_render_hex_grid
## Old Code
#
*-old
*-orig
old-events
## Misc
#
*.ogv
*.project
opengl-series
attic
coding_style.txt
## Alire
#
obj/
lib/
alire/
config/
## Projects
#
2-low/neural/
3-mid/impact/