.hgignore 2.5 KB

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