.hgignore (2490B)
1syntax:glob 2aclocal.m4 3autom4te* 4config.cache 5config.log 6config.status 7Makefile 8sdl-config 9SDL2.spec 10build 11 12# for Xcode 13*.orig 14*.swp 15*.tmp 16*.rej 17*~ 18*.o 19*.mode1* 20*.model* 21*.perspective* 22*.perspective* 23*.pbxuser 24(^|/)build($|/) 25.DS_Store 26Xcode/SDL/SDL.xcodeproj/xcuserdata 27Xcode/SDL/SDL.xcodeproj/project.xcworkspace 28Xcode/SDLTest/SDLTest.xcodeproj/xcuserdata 29Xcode/SDLTest/SDLTest.xcodeproj/project.xcworkspace 30Xcode-iOS/SDL/SDL.xcodeproj/xcuserdata 31Xcode-iOS/SDL/SDL.xcodeproj/project.xcworkspace 32Xcode-iOS/Demos/Demos.xcodeproj/xcuserdata 33Xcode-iOS/Demos/Demos.xcodeproj/project.xcworkspace 34 35# for Visual C++ 36Debug 37Release 38*.user 39*.ncb 40*.suo 41*.sdf 42VisualC/tests/loopwave/sample.wav 43VisualC/tests/testautomation/CompareSurfaces0001_Reference.bmp 44VisualC/tests/testautomation/CompareSurfaces0001_TestOutput.bmp 45VisualC/tests/testgamecontroller/axis.bmp 46VisualC/tests/testgamecontroller/button.bmp 47VisualC/tests/testgamecontroller/controllermap.bmp 48VisualC/tests/testoverlay2/moose.dat 49VisualC/tests/testrendertarget/icon.bmp 50VisualC/tests/testrendertarget/sample.bmp 51VisualC/tests/testscale/icon.bmp 52VisualC/tests/testscale/sample.bmp 53VisualC/tests/testsprite2/icon.bmp 54VisualC/visualtest/icon.bmp 55VisualC/visualtest/testquit.actions 56VisualC/visualtest/testquit.config 57VisualC/visualtest/testquit.exe 58VisualC/visualtest/testquit.parameters 59VisualC/visualtest/testsprite2.exe 60VisualC/visualtest/testsprite2_sample.actions 61VisualC/visualtest/testsprite2_sample.config 62VisualC/visualtest/testsprite2_sample.parameters 63 64# for Android 65android-project/local.properties 66 67sdl.pc 68test/autom4te* 69test/config.cache 70test/config.log 71test/config.status 72test/Makefile 73test/SDL2.dll 74test/checkkeys 75test/loopwave 76test/loopwavequeue 77test/testatomic 78test/testaudioinfo 79test/testautomation 80test/testdraw2 81test/testerror 82test/testfile 83test/testgamecontroller 84test/testgesture 85test/testgl2 86test/testgles 87test/testhaptic 88test/testhittesting 89test/testiconv 90test/testime 91test/testintersections 92test/testjoystick 93test/testkeys 94test/testloadso 95test/testlock 96test/testmessage 97test/testmultiaudio 98test/testnative 99test/testoverlay2 100test/testplatform 101test/testpower 102test/testfilesystem 103test/testrelative 104test/testrendercopyex 105test/testrendertarget 106test/testresample 107test/testrumble 108test/testscale 109test/testsem 110test/testshader 111test/testshape 112test/testsprite2 113test/testspriteminimal 114test/teststreaming 115test/testthread 116test/testtimer 117test/testver 118test/testwm2 119test/torturethread 120test/*.exe 121test/*.dSYM 122buildbot 123test/buildbot