.hgignore 2.4 KB

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