Edit

kc3-lang/SDL/.hgignore

Branch :

  • Show log

    Commit

  • Author : David Ludwig
    Date : 2014-04-09 21:29:19
    Hash : 3dcb451f
    Message : Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.

  • .hgignore
  • syntax:glob
    aclocal.m4
    autom4te*
    config.cache
    config.log
    config.status
    Makefile
    sdl-config
    SDL2.spec
    build
    
    # 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
    
    # 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/loopwave
    test/testatomic
    test/testaudioinfo
    test/testautomation
    test/testdraw2
    test/testerror
    test/testfile
    test/testgamecontroller
    test/testgesture
    test/testgl2
    test/testgles
    test/testhaptic
    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/testwm2
    test/torturethread
    test/*.exe
    test/*.dSYM
    buildbot
    test/buildbot