2022-12-25 00:39:29 +08:00
|
|
|
build/
|
2023-05-31 08:38:25 +08:00
|
|
|
build-*/
|
2023-05-31 08:54:38 +08:00
|
|
|
!build-scripts/
|
2022-12-25 00:39:29 +08:00
|
|
|
buildbot/
|
2022-11-21 22:57:02 +08:00
|
|
|
/VERSION.txt
|
2022-12-24 12:33:09 +08:00
|
|
|
__pycache__
|
2015-06-21 23:33:46 +08:00
|
|
|
|
2021-02-14 01:50:24 +08:00
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dll
|
2021-02-14 16:56:40 +08:00
|
|
|
*.exe
|
2021-02-14 01:50:24 +08:00
|
|
|
*.o
|
|
|
|
*.obj
|
2022-05-19 03:20:03 +08:00
|
|
|
*.res
|
2021-02-14 01:50:24 +08:00
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
*.la
|
2021-02-14 16:55:24 +08:00
|
|
|
*.dSYM
|
|
|
|
*,e1f
|
|
|
|
*,ff8
|
2021-02-14 01:50:24 +08:00
|
|
|
*.lnk
|
|
|
|
*.err
|
|
|
|
*.exp
|
|
|
|
*.map
|
|
|
|
*.orig
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
*.tmp
|
|
|
|
*.rej
|
|
|
|
|
2020-02-04 08:38:07 +08:00
|
|
|
# for CMake
|
|
|
|
CMakeFiles/
|
|
|
|
CMakeCache.txt
|
|
|
|
cmake_install.cmake
|
|
|
|
cmake_uninstall.cmake
|
2022-12-13 20:20:35 +08:00
|
|
|
SDL3ConfigVersion.cmake
|
2020-02-04 08:38:07 +08:00
|
|
|
.ninja_*
|
|
|
|
*.ninja
|
2024-04-26 04:22:54 +08:00
|
|
|
compile_commands.json
|
|
|
|
.cache/
|
2020-02-04 08:38:07 +08:00
|
|
|
|
2020-02-04 08:34:33 +08:00
|
|
|
# for CLion
|
|
|
|
.idea
|
|
|
|
cmake-build-*
|
|
|
|
|
2015-06-21 23:33:46 +08:00
|
|
|
# for Xcode
|
|
|
|
*.mode1*
|
|
|
|
*.perspective*
|
|
|
|
*.pbxuser
|
|
|
|
(^|/)build($|/)
|
|
|
|
.DS_Store
|
|
|
|
xcuserdata
|
|
|
|
*.xcworkspace
|
|
|
|
|
2023-07-26 13:02:12 +08:00
|
|
|
# for Visual Studio Code
|
|
|
|
.vscode/
|
|
|
|
|
2015-06-21 23:33:46 +08:00
|
|
|
# for Visual C++
|
2021-02-13 10:28:57 +08:00
|
|
|
.vs
|
2015-06-21 23:33:46 +08:00
|
|
|
Debug
|
|
|
|
Release
|
|
|
|
*.user
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
|
|
|
*.sdf
|
2022-12-28 01:46:24 +08:00
|
|
|
VisualC/tests/gamepadmap/axis.bmp
|
|
|
|
VisualC/tests/gamepadmap/button.bmp
|
|
|
|
VisualC/tests/gamepadmap/gamepadmap.bmp
|
|
|
|
VisualC/tests/gamepadmap/gamepadmap_back.bmp
|
2015-06-21 23:33:46 +08:00
|
|
|
VisualC/tests/loopwave/sample.wav
|
2023-12-19 23:49:57 +08:00
|
|
|
VisualC/tests/testautomation/*.bmp
|
2022-12-28 01:46:24 +08:00
|
|
|
VisualC/tests/testgamepad/axis.bmp
|
|
|
|
VisualC/tests/testgamepad/button.bmp
|
|
|
|
VisualC/tests/testgamepad/gamepadmap.bmp
|
|
|
|
VisualC/tests/testgamepad/gamepadmap_back.bmp
|
2023-01-04 02:28:18 +08:00
|
|
|
VisualC/tests/testoverlay/moose.dat
|
2015-06-21 23:33:46 +08:00
|
|
|
VisualC/tests/testrendertarget/icon.bmp
|
|
|
|
VisualC/tests/testrendertarget/sample.bmp
|
|
|
|
VisualC/tests/testscale/icon.bmp
|
|
|
|
VisualC/tests/testscale/sample.bmp
|
2023-01-04 02:28:18 +08:00
|
|
|
VisualC/tests/testsprite/icon.bmp
|
2021-07-24 16:19:58 +08:00
|
|
|
VisualC/tests/testyuv/testyuv.bmp
|
2022-07-02 04:59:14 +08:00
|
|
|
VisualC-GDK/**/Layout
|
2024-03-01 22:50:57 +08:00
|
|
|
src/render/direct3d12/D3D12_*_One.h
|
|
|
|
src/render/direct3d12/D3D12_*_Series.h
|
2024-03-19 02:43:23 +08:00
|
|
|
src/gpu/d3d12/D3D12_*_One.h
|
|
|
|
src/gpu/d3d12/D3D12_*_Series.h
|
2024-08-04 03:00:46 +08:00
|
|
|
Directory.Build.props
|
2015-06-21 23:33:46 +08:00
|
|
|
|
|
|
|
# for Android
|
|
|
|
android-project/local.properties
|
2022-08-25 06:14:48 +08:00
|
|
|
android-project/.gradle/
|
2015-06-21 23:33:46 +08:00
|
|
|
|
|
|
|
test/checkkeys
|
2021-07-07 01:01:31 +08:00
|
|
|
test/checkkeysthreads
|
2022-12-28 01:46:24 +08:00
|
|
|
test/gamepadmap
|
2015-06-21 23:33:46 +08:00
|
|
|
test/loopwave
|
|
|
|
test/loopwavequeue
|
|
|
|
test/testatomic
|
2024-06-15 05:57:14 +08:00
|
|
|
test/testaudiorecording
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testaudiohotplug
|
|
|
|
test/testaudioinfo
|
|
|
|
test/testautomation
|
2017-11-13 14:51:12 +08:00
|
|
|
test/testbounds
|
|
|
|
test/testcustomcursor
|
|
|
|
test/testdisplayinfo
|
2023-01-04 02:28:18 +08:00
|
|
|
test/testdraw
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testdrawchessboard
|
|
|
|
test/testdropfile
|
|
|
|
test/testerror
|
2021-02-17 06:36:07 +08:00
|
|
|
test/testevdev
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testfile
|
2017-11-13 14:51:12 +08:00
|
|
|
test/testfilesystem
|
2022-12-28 01:46:24 +08:00
|
|
|
test/testgamepad
|
2021-09-23 00:30:28 +08:00
|
|
|
test/testgeometry
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testgesture
|
2023-01-04 02:28:18 +08:00
|
|
|
test/testgl
|
2022-11-23 23:50:02 +08:00
|
|
|
test/testgles
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testgles2
|
|
|
|
test/testhaptic
|
|
|
|
test/testhittesting
|
|
|
|
test/testhotplug
|
|
|
|
test/testiconv
|
|
|
|
test/testime
|
|
|
|
test/testintersections
|
|
|
|
test/testjoystick
|
|
|
|
test/testkeys
|
|
|
|
test/testloadso
|
2021-02-17 06:36:07 +08:00
|
|
|
test/testlocale
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testlock
|
|
|
|
test/testmessage
|
2021-09-10 04:33:35 +08:00
|
|
|
test/testmouse
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testmultiaudio
|
|
|
|
test/testnative
|
2023-01-04 02:28:18 +08:00
|
|
|
test/testoverlay
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testplatform
|
|
|
|
test/testpower
|
2017-11-13 14:51:12 +08:00
|
|
|
test/testqsort
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testrelative
|
|
|
|
test/testrendercopyex
|
|
|
|
test/testrendertarget
|
|
|
|
test/testresample
|
|
|
|
test/testrumble
|
|
|
|
test/testscale
|
|
|
|
test/testsem
|
2018-08-22 03:11:34 +08:00
|
|
|
test/testsensor
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testshader
|
|
|
|
test/testshape
|
2023-01-04 02:28:18 +08:00
|
|
|
test/testsprite
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testspriteminimal
|
|
|
|
test/teststreaming
|
2021-10-29 14:11:59 +08:00
|
|
|
test/testsurround
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testthread
|
|
|
|
test/testtimer
|
2021-02-17 06:36:07 +08:00
|
|
|
test/testurl
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testver
|
|
|
|
test/testviewport
|
2020-02-04 08:38:07 +08:00
|
|
|
test/testvulkan
|
2023-01-04 02:28:18 +08:00
|
|
|
test/testwm
|
2017-11-13 14:51:12 +08:00
|
|
|
test/testyuv
|
2015-06-21 23:33:46 +08:00
|
|
|
test/torturethread
|
2023-02-19 01:32:06 +08:00
|
|
|
|
|
|
|
# for Doxygen
|
|
|
|
docs/output
|
|
|
|
SDL.tag
|
|
|
|
doxygen_warn.txt
|