Edit

kc3-lang/SDL/.hgignore

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2015-04-20 12:22:44
    Hash : b72938c8
    Message : Windows: Always set the system timer resolution to 1ms by default. An existing hint lets apps that don't need the timer resolution changed avoid this, to save battery, etc, but this fixes several problems in timing, audio callbacks not firing fast enough, etc. Fixes Bugzilla #2944.

  • .hgignore
  • syntax:glob
    aclocal.m4
    autom4te*
    config.cache
    config.log
    config.status
    Makefile
    sdl-config
    SDL2.spec
    build
    Build
    *xcuserdata*
    *xcworkspacedata*
    
    # for Xcode
    *.orig
    *.swp
    *.tmp
    *.rej
    *~
    *.o
    *.mode1*
    *.model*
    *.perspective*
    *.perspective*
    *.pbxuser
    (^|/)build($|/)
    .DS_Store
    Xcode/SDL/SDL.xcodeproj/xcuserdata
    Xcode/SDL/SDL.xcodeproj/project.xcworkspace
    Xcode/SDLTest/SDLTest.xcodeproj/xcuserdata
    Xcode/SDLTest/SDLTest.xcodeproj/project.xcworkspace
    Xcode-iOS/SDL/SDL.xcodeproj/xcuserdata
    Xcode-iOS/SDL/SDL.xcodeproj/project.xcworkspace
    Xcode-iOS/Demos/Demos.xcodeproj/xcuserdata
    Xcode-iOS/Demos/Demos.xcodeproj/project.xcworkspace
    
    # for Visual C++
    Debug
    Release
    *.user
    *.ncb
    *.suo
    *.sdf
    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
    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
    VisualC/visualtest/icon.bmp
    VisualC/visualtest/testquit.actions
    VisualC/visualtest/testquit.config
    VisualC/visualtest/testquit.exe
    VisualC/visualtest/testquit.parameters
    VisualC/visualtest/testsprite2.exe
    VisualC/visualtest/testsprite2_sample.actions
    VisualC/visualtest/testsprite2_sample.config
    VisualC/visualtest/testsprite2_sample.parameters
    
    # for Android
    android-project/local.properties
    
    sdl.pc
    test/autom4te*
    test/config.cache
    test/config.log
    test/config.status
    test/Makefile
    test/SDL2.dll
    test/checkkeys
    test/controllermap
    test/loopwave
    test/loopwavequeue
    test/testatomic
    test/testaudiohotplug
    test/testaudioinfo
    test/testautomation
    test/testdraw2
    test/testdrawchessboard
    test/testdropfile
    test/testerror
    test/testfile
    test/testgamecontroller
    test/testgesture
    test/testgl2
    test/testgles
    test/testgles2
    test/testhaptic
    test/testhittesting
    test/testhotplug
    test/testiconv
    test/testime
    test/testintersections
    test/testjoystick
    test/testkeys
    test/testloadso
    test/testlock
    test/testmessage
    test/testmultiaudio
    test/testnative
    test/testoverlay2
    test/testplatform
    test/testpower
    test/testfilesystem
    test/testrelative
    test/testrendercopyex
    test/testrendertarget
    test/testresample
    test/testrumble
    test/testscale
    test/testsem
    test/testshader
    test/testshape
    test/testsprite2
    test/testspriteminimal
    test/teststreaming
    test/testthread
    test/testtimer
    test/testver
    test/testviewport
    test/testwm2
    test/torturethread
    test/*.exe
    test/*.dSYM
    buildbot
    test/buildbot