diff options
Diffstat (limited to 'src/contrib/SDL-2.30.2/.gitignore')
-rw-r--r-- | src/contrib/SDL-2.30.2/.gitignore | 189 |
1 files changed, 189 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/.gitignore b/src/contrib/SDL-2.30.2/.gitignore new file mode 100644 index 0000000..cced2f8 --- /dev/null +++ b/src/contrib/SDL-2.30.2/.gitignore | |||
@@ -0,0 +1,189 @@ | |||
1 | aclocal.m4 | ||
2 | autom4te* | ||
3 | config.cache | ||
4 | config.log | ||
5 | config.status | ||
6 | libtool | ||
7 | Makefile | ||
8 | Makefile.rules | ||
9 | sdl2-config | ||
10 | sdl2-config.cmake | ||
11 | sdl2-config-version.cmake | ||
12 | sdl2.pc | ||
13 | SDL2.spec | ||
14 | build | ||
15 | gen | ||
16 | Build | ||
17 | buildbot | ||
18 | /VERSION.txt | ||
19 | |||
20 | *.so | ||
21 | *.so.* | ||
22 | *.dll | ||
23 | *.exe | ||
24 | *.o | ||
25 | *.obj | ||
26 | *.res | ||
27 | *.lib | ||
28 | *.a | ||
29 | *.la | ||
30 | *.dSYM | ||
31 | *,e1f | ||
32 | *,ff8 | ||
33 | *.lnk | ||
34 | *.err | ||
35 | *.exp | ||
36 | *.map | ||
37 | *.orig | ||
38 | *~ | ||
39 | *.swp | ||
40 | *.tmp | ||
41 | *.rej | ||
42 | |||
43 | # for CMake | ||
44 | CMakeFiles/ | ||
45 | CMakeCache.txt | ||
46 | cmake_install.cmake | ||
47 | cmake_uninstall.cmake | ||
48 | SDL2ConfigVersion.cmake | ||
49 | .ninja_* | ||
50 | *.ninja | ||
51 | |||
52 | # for CLion | ||
53 | .idea | ||
54 | cmake-build-* | ||
55 | |||
56 | # for Xcode | ||
57 | *.mode1* | ||
58 | *.perspective* | ||
59 | *.pbxuser | ||
60 | (^|/)build($|/) | ||
61 | .DS_Store | ||
62 | xcuserdata | ||
63 | *.xcworkspace | ||
64 | |||
65 | # for QtCreator | ||
66 | CMakeLists.txt.user | ||
67 | build*/ | ||
68 | *.pro.user* | ||
69 | |||
70 | # for Visual C++ | ||
71 | .vs | ||
72 | Debug | ||
73 | Release | ||
74 | *.user | ||
75 | *.ncb | ||
76 | *.suo | ||
77 | *.sdf | ||
78 | VisualC/tests/controllermap/axis.bmp | ||
79 | VisualC/tests/controllermap/button.bmp | ||
80 | VisualC/tests/controllermap/controllermap.bmp | ||
81 | VisualC/tests/controllermap/controllermap_back.bmp | ||
82 | VisualC/tests/loopwave/sample.wav | ||
83 | VisualC/tests/testautomation/CompareSurfaces0001_Reference.bmp | ||
84 | VisualC/tests/testautomation/CompareSurfaces0001_TestOutput.bmp | ||
85 | VisualC/tests/testgamecontroller/axis.bmp | ||
86 | VisualC/tests/testgamecontroller/button.bmp | ||
87 | VisualC/tests/testgamecontroller/controllermap.bmp | ||
88 | VisualC/tests/testgamecontroller/controllermap_back.bmp | ||
89 | VisualC/tests/testoverlay2/moose.dat | ||
90 | VisualC/tests/testrendertarget/icon.bmp | ||
91 | VisualC/tests/testrendertarget/sample.bmp | ||
92 | VisualC/tests/testscale/icon.bmp | ||
93 | VisualC/tests/testscale/sample.bmp | ||
94 | VisualC/tests/testsprite2/icon.bmp | ||
95 | VisualC/tests/testyuv/testyuv.bmp | ||
96 | VisualC/visualtest/icon.bmp | ||
97 | VisualC/visualtest/testquit.actions | ||
98 | VisualC/visualtest/testquit.config | ||
99 | VisualC/visualtest/testquit.exe | ||
100 | VisualC/visualtest/testquit.parameters | ||
101 | VisualC/visualtest/testsprite2.exe | ||
102 | VisualC/visualtest/testsprite2_sample.actions | ||
103 | VisualC/visualtest/testsprite2_sample.config | ||
104 | VisualC/visualtest/testsprite2_sample.parameters | ||
105 | VisualC-GDK/**/Layout | ||
106 | VisualC-GDK/shaders/*.h | ||
107 | |||
108 | # for Android | ||
109 | android-project/local.properties | ||
110 | android-project/.gradle/ | ||
111 | |||
112 | test/checkkeys | ||
113 | test/checkkeysthreads | ||
114 | test/controllermap | ||
115 | test/loopwave | ||
116 | test/loopwavequeue | ||
117 | test/testatomic | ||
118 | test/testaudiocapture | ||
119 | test/testaudiohotplug | ||
120 | test/testaudioinfo | ||
121 | test/testautomation | ||
122 | test/testbounds | ||
123 | test/testcustomcursor | ||
124 | test/testdisplayinfo | ||
125 | test/testdraw2 | ||
126 | test/testdrawchessboard | ||
127 | test/testdropfile | ||
128 | test/testerror | ||
129 | test/testevdev | ||
130 | test/testfile | ||
131 | test/testfilesystem | ||
132 | test/testgamecontroller | ||
133 | test/testgeometry | ||
134 | test/testgesture | ||
135 | test/testgl2 | ||
136 | test/testgles | ||
137 | test/testgles2 | ||
138 | test/testhaptic | ||
139 | test/testhittesting | ||
140 | test/testhotplug | ||
141 | test/testiconv | ||
142 | test/testime | ||
143 | test/testintersections | ||
144 | test/testjoystick | ||
145 | test/testkeys | ||
146 | test/testloadso | ||
147 | test/testlocale | ||
148 | test/testlock | ||
149 | test/testmessage | ||
150 | test/testmouse | ||
151 | test/testmultiaudio | ||
152 | test/testnative | ||
153 | test/testoverlay2 | ||
154 | test/testplatform | ||
155 | test/testpower | ||
156 | test/testqsort | ||
157 | test/testrelative | ||
158 | test/testrendercopyex | ||
159 | test/testrendertarget | ||
160 | test/testresample | ||
161 | test/testrumble | ||
162 | test/testscale | ||
163 | test/testsem | ||
164 | test/testsensor | ||
165 | test/testshader | ||
166 | test/testshape | ||
167 | test/testsprite2 | ||
168 | test/testspriteminimal | ||
169 | test/teststreaming | ||
170 | test/testsurround | ||
171 | test/testthread | ||
172 | test/testtimer | ||
173 | test/testurl | ||
174 | test/testver | ||
175 | test/testviewport | ||
176 | test/testvulkan | ||
177 | test/testwm2 | ||
178 | test/testyuv | ||
179 | test/torturethread | ||
180 | |||
181 | builddir/ | ||
182 | !build-scripts/ | ||
183 | debian/*.debhelper.log | ||
184 | debian/*.substvars | ||
185 | debian/*.tar.gz | ||
186 | debian/.debhelper/ | ||
187 | debian/files | ||
188 | debian/libsdl*/ | ||
189 | debian/tmp/ | ||