forked from Green-Sky/tomato
158 lines
2.5 KiB
Plaintext
158 lines
2.5 KiB
Plaintext
|
build/
|
||
|
build-*/
|
||
|
!build-scripts/
|
||
|
buildbot/
|
||
|
/VERSION.txt
|
||
|
__pycache__
|
||
|
|
||
|
*.so
|
||
|
*.so.*
|
||
|
*.dll
|
||
|
*.exe
|
||
|
*.o
|
||
|
*.obj
|
||
|
*.res
|
||
|
*.lib
|
||
|
*.a
|
||
|
*.la
|
||
|
*.dSYM
|
||
|
*,e1f
|
||
|
*,ff8
|
||
|
*.lnk
|
||
|
*.err
|
||
|
*.exp
|
||
|
*.map
|
||
|
*.orig
|
||
|
*~
|
||
|
*.swp
|
||
|
*.tmp
|
||
|
*.rej
|
||
|
|
||
|
# for CMake
|
||
|
CMakeFiles/
|
||
|
CMakeCache.txt
|
||
|
cmake_install.cmake
|
||
|
cmake_uninstall.cmake
|
||
|
SDL3ConfigVersion.cmake
|
||
|
.ninja_*
|
||
|
*.ninja
|
||
|
|
||
|
# for CLion
|
||
|
.idea
|
||
|
cmake-build-*
|
||
|
|
||
|
# for Xcode
|
||
|
*.mode1*
|
||
|
*.perspective*
|
||
|
*.pbxuser
|
||
|
(^|/)build($|/)
|
||
|
.DS_Store
|
||
|
xcuserdata
|
||
|
*.xcworkspace
|
||
|
|
||
|
# for Visual C++
|
||
|
.vs
|
||
|
Debug
|
||
|
Release
|
||
|
*.user
|
||
|
*.ncb
|
||
|
*.suo
|
||
|
*.sdf
|
||
|
VisualC/tests/gamepadmap/axis.bmp
|
||
|
VisualC/tests/gamepadmap/button.bmp
|
||
|
VisualC/tests/gamepadmap/gamepadmap.bmp
|
||
|
VisualC/tests/gamepadmap/gamepadmap_back.bmp
|
||
|
VisualC/tests/loopwave/sample.wav
|
||
|
VisualC/tests/testautomation/CompareSurfaces0001_Reference.bmp
|
||
|
VisualC/tests/testautomation/CompareSurfaces0001_TestOutput.bmp
|
||
|
VisualC/tests/testgamepad/axis.bmp
|
||
|
VisualC/tests/testgamepad/button.bmp
|
||
|
VisualC/tests/testgamepad/gamepadmap.bmp
|
||
|
VisualC/tests/testgamepad/gamepadmap_back.bmp
|
||
|
VisualC/tests/testoverlay/moose.dat
|
||
|
VisualC/tests/testrendertarget/icon.bmp
|
||
|
VisualC/tests/testrendertarget/sample.bmp
|
||
|
VisualC/tests/testscale/icon.bmp
|
||
|
VisualC/tests/testscale/sample.bmp
|
||
|
VisualC/tests/testsprite/icon.bmp
|
||
|
VisualC/tests/testyuv/testyuv.bmp
|
||
|
VisualC-GDK/**/Layout
|
||
|
|
||
|
# for Android
|
||
|
android-project/local.properties
|
||
|
android-project/.gradle/
|
||
|
|
||
|
test/checkkeys
|
||
|
test/checkkeysthreads
|
||
|
test/gamepadmap
|
||
|
test/loopwave
|
||
|
test/loopwavequeue
|
||
|
test/testatomic
|
||
|
test/testaudiocapture
|
||
|
test/testaudiohotplug
|
||
|
test/testaudioinfo
|
||
|
test/testautomation
|
||
|
test/testbounds
|
||
|
test/testcustomcursor
|
||
|
test/testdisplayinfo
|
||
|
test/testdraw
|
||
|
test/testdrawchessboard
|
||
|
test/testdropfile
|
||
|
test/testerror
|
||
|
test/testevdev
|
||
|
test/testfile
|
||
|
test/testfilesystem
|
||
|
test/testgamepad
|
||
|
test/testgeometry
|
||
|
test/testgesture
|
||
|
test/testgl
|
||
|
test/testgles
|
||
|
test/testgles2
|
||
|
test/testhaptic
|
||
|
test/testhittesting
|
||
|
test/testhotplug
|
||
|
test/testiconv
|
||
|
test/testime
|
||
|
test/testintersections
|
||
|
test/testjoystick
|
||
|
test/testkeys
|
||
|
test/testloadso
|
||
|
test/testlocale
|
||
|
test/testlock
|
||
|
test/testmessage
|
||
|
test/testmouse
|
||
|
test/testmultiaudio
|
||
|
test/testnative
|
||
|
test/testoverlay
|
||
|
test/testplatform
|
||
|
test/testpower
|
||
|
test/testqsort
|
||
|
test/testrelative
|
||
|
test/testrendercopyex
|
||
|
test/testrendertarget
|
||
|
test/testresample
|
||
|
test/testrumble
|
||
|
test/testscale
|
||
|
test/testsem
|
||
|
test/testsensor
|
||
|
test/testshader
|
||
|
test/testshape
|
||
|
test/testsprite
|
||
|
test/testspriteminimal
|
||
|
test/teststreaming
|
||
|
test/testsurround
|
||
|
test/testthread
|
||
|
test/testtimer
|
||
|
test/testurl
|
||
|
test/testver
|
||
|
test/testviewport
|
||
|
test/testvulkan
|
||
|
test/testwm
|
||
|
test/testyuv
|
||
|
test/torturethread
|
||
|
|
||
|
# for Doxygen
|
||
|
docs/output
|
||
|
SDL.tag
|
||
|
doxygen_warn.txt
|