diff options
| author | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
| commit | 5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch) | |
| tree | 8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/.gitignore | |
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/.gitignore')
| -rw-r--r-- | contrib/SDL-3.2.8/.gitignore | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/.gitignore b/contrib/SDL-3.2.8/.gitignore new file mode 100644 index 0000000..394f4b8 --- /dev/null +++ b/contrib/SDL-3.2.8/.gitignore | |||
| @@ -0,0 +1,178 @@ | |||
| 1 | build/ | ||
| 2 | build-*/ | ||
| 3 | !build-scripts/ | ||
| 4 | buildbot/ | ||
| 5 | /VERSION.txt | ||
| 6 | __pycache__ | ||
| 7 | |||
| 8 | *.so | ||
| 9 | *.so.* | ||
| 10 | *.dll | ||
| 11 | *.exe | ||
| 12 | *.o | ||
| 13 | *.obj | ||
| 14 | *.res | ||
| 15 | *.lib | ||
| 16 | *.a | ||
| 17 | *.la | ||
| 18 | *.dSYM | ||
| 19 | *,e1f | ||
| 20 | *,ff8 | ||
| 21 | *.lnk | ||
| 22 | *.err | ||
| 23 | *.exp | ||
| 24 | *.map | ||
| 25 | *.orig | ||
| 26 | *~ | ||
| 27 | *.swp | ||
| 28 | *.tmp | ||
| 29 | *.rej | ||
| 30 | |||
| 31 | # for CMake | ||
| 32 | .cmake | ||
| 33 | CMakeFiles/ | ||
| 34 | CMakeCache.txt | ||
| 35 | cmake_install.cmake | ||
| 36 | cmake_uninstall.cmake | ||
| 37 | install_manifest.txt | ||
| 38 | *Targets.cmake | ||
| 39 | *Config.cmake | ||
| 40 | *ConfigVersion.cmake | ||
| 41 | CTestTestfile.cmake | ||
| 42 | Testing | ||
| 43 | compile_commands.json | ||
| 44 | .cache/ | ||
| 45 | /include-config-* | ||
| 46 | /include-revision | ||
| 47 | /Makefile | ||
| 48 | .ninja_* | ||
| 49 | *.ninja | ||
| 50 | *.pc | ||
| 51 | test/*.test | ||
| 52 | wayland-generated-protocols | ||
| 53 | |||
| 54 | # for CLion | ||
| 55 | .idea | ||
| 56 | cmake-build-* | ||
| 57 | |||
| 58 | # for Xcode | ||
| 59 | *.mode1* | ||
| 60 | *.perspective* | ||
| 61 | *.pbxuser | ||
| 62 | (^|/)build($|/) | ||
| 63 | .DS_Store | ||
| 64 | xcuserdata | ||
| 65 | *.xcworkspace | ||
| 66 | Xcode/build.xcconfig | ||
| 67 | |||
| 68 | # for Visual Studio Code | ||
| 69 | .vscode/ | ||
| 70 | |||
| 71 | # for Visual C++ | ||
| 72 | .vs | ||
| 73 | Debug | ||
| 74 | Release | ||
| 75 | *.user | ||
| 76 | *.ncb | ||
| 77 | *.suo | ||
| 78 | *.sdf | ||
| 79 | VisualC/tests/gamepadmap/axis.bmp | ||
| 80 | VisualC/tests/gamepadmap/button.bmp | ||
| 81 | VisualC/tests/gamepadmap/gamepadmap.bmp | ||
| 82 | VisualC/tests/gamepadmap/gamepadmap_back.bmp | ||
| 83 | VisualC/tests/loopwave/sample.wav | ||
| 84 | VisualC/tests/testautomation/*.bmp | ||
| 85 | VisualC/tests/testgamepad/axis.bmp | ||
| 86 | VisualC/tests/testgamepad/button.bmp | ||
| 87 | VisualC/tests/testgamepad/gamepadmap.bmp | ||
| 88 | VisualC/tests/testgamepad/gamepadmap_back.bmp | ||
| 89 | VisualC/tests/testoverlay/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/testsprite/icon.bmp | ||
| 95 | VisualC/tests/testyuv/testyuv.bmp | ||
| 96 | VisualC-GDK/**/Layout | ||
| 97 | src/render/direct3d12/D3D12_*_One.h | ||
| 98 | src/render/direct3d12/D3D12_*_Series.h | ||
| 99 | src/gpu/d3d12/D3D12_*_One.h | ||
| 100 | src/gpu/d3d12/D3D12_*_Series.h | ||
| 101 | |||
| 102 | # for Android | ||
| 103 | android-project/local.properties | ||
| 104 | android-project/.gradle/ | ||
| 105 | |||
| 106 | test/checkkeys | ||
| 107 | test/checkkeysthreads | ||
| 108 | test/gamepadmap | ||
| 109 | test/loopwave | ||
| 110 | test/loopwavequeue | ||
| 111 | test/testatomic | ||
| 112 | test/testaudiorecording | ||
| 113 | test/testaudiohotplug | ||
| 114 | test/testaudioinfo | ||
| 115 | test/testautomation | ||
| 116 | test/testbounds | ||
| 117 | test/testcustomcursor | ||
| 118 | test/testdisplayinfo | ||
| 119 | test/testdraw | ||
| 120 | test/testdrawchessboard | ||
| 121 | test/testdropfile | ||
| 122 | test/testerror | ||
| 123 | test/testevdev | ||
| 124 | test/testfile | ||
| 125 | test/testfilesystem | ||
| 126 | test/testgamepad | ||
| 127 | test/testgeometry | ||
| 128 | test/testgesture | ||
| 129 | test/testgl | ||
| 130 | test/testgles | ||
| 131 | test/testgles2 | ||
| 132 | test/testhaptic | ||
| 133 | test/testhittesting | ||
| 134 | test/testhotplug | ||
| 135 | test/testiconv | ||
| 136 | test/testime | ||
| 137 | test/testintersections | ||
| 138 | test/testjoystick | ||
| 139 | test/testkeys | ||
| 140 | test/testloadso | ||
| 141 | test/testlocale | ||
| 142 | test/testlock | ||
| 143 | test/testmessage | ||
| 144 | test/testmouse | ||
| 145 | test/testmultiaudio | ||
| 146 | test/testnative | ||
| 147 | test/testoverlay | ||
| 148 | test/testplatform | ||
| 149 | test/testpower | ||
| 150 | test/testqsort | ||
| 151 | test/testrelative | ||
| 152 | test/testrendercopyex | ||
| 153 | test/testrendertarget | ||
| 154 | test/testresample | ||
| 155 | test/testrumble | ||
| 156 | test/testscale | ||
| 157 | test/testsem | ||
| 158 | test/testsensor | ||
| 159 | test/testshader | ||
| 160 | test/testshape | ||
| 161 | test/testsprite | ||
| 162 | test/testspriteminimal | ||
| 163 | test/teststreaming | ||
| 164 | test/testsurround | ||
| 165 | test/testthread | ||
| 166 | test/testtimer | ||
| 167 | test/testurl | ||
| 168 | test/testver | ||
| 169 | test/testviewport | ||
| 170 | test/testvulkan | ||
| 171 | test/testwm | ||
| 172 | test/testyuv | ||
| 173 | test/torturethread | ||
| 174 | |||
| 175 | # for Doxygen | ||
| 176 | docs/output | ||
| 177 | SDL.tag | ||
| 178 | doxygen_warn.txt | ||
