-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
168 lines (151 loc) · 2.5 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
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Other Stuff
**/reps/
reps/
**/*.sh
**/*.blend
**/*.blend1
*Makefile*
**/*.qmake.stash
tests/freeglut.dll
tests/glut.dll
tests/glut32.dll
tests/html/
tests/*.png
tests/*.jpg
!tests/test.blend
docs/
reps/
tests/reps/
*.pro
*.user
*.cfg
*.ini
tests/Makefile
tests/textures
*.exe
Tests/test_im*
Tests/test_shadows
Tests/test_teapot
Tests/test_matrix_stack
Tests/test_im
Tests/test_sdf
glImmediateMode.h
obj.h
Sdf/
fbtBlendUpdater/fbtBlendUpdater
fbtBlendUpdater/test.blend
fbtBlendUpdater/Blender.h
fbtBlendUpdater/fbtBlend.h
tests/testConsole
tests/testGlut
test_skeletal_animation/html
test_skeletal_animation/glm
32bit/
test_skeletal_animation/test_skeletal_animation
!test_skeletal_animation/ManuelLab140_Test.blend
!test_skeletal_animation/man4.blend
test_skeletal_animation/Makefile
280/tests/testConsole
280/tests/testGlut
281/tests/testConsole
281/tests/testGlut
282/tests/testConsole
282/tests/testGlut
283_LTS/tests/testConsole
283_LTS/tests/testGlut
290/tests/testConsole
290/tests/testGlut
291/tests/testConsole
291/tests/testGlut
292/tests/testConsole
292/tests/testGlut
293_LTS/tests/testConsole
293_LTS/tests/testGlut
300/tests/testConsole
300/tests/testGlut
301/tests/testConsole
301/tests/testGlut
301/tests/testGlut.cpp
302/tests/testConsole
302/tests/testGlut
302/tests/testGlut.cpp
303_LTS/tests/testConsole
303_LTS/tests/testGlut
303_LTS/tests/testGlut.cpp
304/tests/testConsole
304/tests/testGlut
304/tests/testGlut.cpp
305/tests/testConsole
305/tests/testGlut
305/tests/testGlut.cpp
306_LTS/tests/testConsole
306_LTS/tests/testGlut
306_LTS/tests/testGlut.cpp
400/tests/testConsole
400/tests/testGlut
400/tests/testGlut.cpp
401/tests/testConsole
401/tests/testGlut
401/tests/testGlut.cpp
402_LTS/tests/testConsole
402_LTS/tests/testGlut
402_LTS/tests/testGlut.cpp
403/tests/testConsole
403/tests/testGlut
403/tests/testGlut.cpp
404/tests/testConsole
404/tests/testGlut
404/tests/testGlut.cpp
405/tests/testConsole
405/tests/testGlut
405/tests/testGlut.cpp
test_skeletal_animation/minimath.h
**/issues.txt
**/man_no_texture.blend
test_skeletal_animation_software_skinning/
test_character2c/
LICENSE.txt