2022-12-25 00:39:29 +08:00
|
|
|
build/
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
2022-12-12 07:18:06 +08:00
|
|
|
# for QtCreator
|
|
|
|
CMakeLists.txt.user
|
|
|
|
build*/
|
|
|
|
*.pro.user*
|
|
|
|
|
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
|
2021-07-24 16:19:58 +08:00
|
|
|
VisualC/tests/controllermap/axis.bmp
|
|
|
|
VisualC/tests/controllermap/button.bmp
|
|
|
|
VisualC/tests/controllermap/controllermap.bmp
|
|
|
|
VisualC/tests/controllermap/controllermap_back.bmp
|
2015-06-21 23:33:46 +08:00
|
|
|
VisualC/tests/loopwave/sample.wav
|
|
|
|
VisualC/tests/testautomation/CompareSurfaces0001_Reference.bmp
|
|
|
|
VisualC/tests/testautomation/CompareSurfaces0001_TestOutput.bmp
|
|
|
|
VisualC/tests/testgamecontroller/axis.bmp
|
|
|
|
VisualC/tests/testgamecontroller/button.bmp
|
|
|
|
VisualC/tests/testgamecontroller/controllermap.bmp
|
2021-07-24 16:19:58 +08:00
|
|
|
VisualC/tests/testgamecontroller/controllermap_back.bmp
|
2015-06-21 23:33:46 +08:00
|
|
|
VisualC/tests/testoverlay2/moose.dat
|
|
|
|
VisualC/tests/testrendertarget/icon.bmp
|
|
|
|
VisualC/tests/testrendertarget/sample.bmp
|
|
|
|
VisualC/tests/testscale/icon.bmp
|
|
|
|
VisualC/tests/testscale/sample.bmp
|
|
|
|
VisualC/tests/testsprite2/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
|
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
|
2015-06-21 23:33:46 +08:00
|
|
|
test/controllermap
|
|
|
|
test/loopwave
|
|
|
|
test/loopwavequeue
|
|
|
|
test/testatomic
|
2017-11-13 14:51:12 +08:00
|
|
|
test/testaudiocapture
|
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
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testdraw2
|
|
|
|
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
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testgamecontroller
|
2021-09-23 00:30:28 +08:00
|
|
|
test/testgeometry
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testgesture
|
|
|
|
test/testgl2
|
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
|
|
|
|
test/testoverlay2
|
|
|
|
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
|
|
|
|
test/testsprite2
|
|
|
|
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
|
2015-06-21 23:33:46 +08:00
|
|
|
test/testwm2
|
2017-11-13 14:51:12 +08:00
|
|
|
test/testyuv
|
2015-06-21 23:33:46 +08:00
|
|
|
test/torturethread
|