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