.hgignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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/testatomic
  73. test/testaudioinfo
  74. test/testautomation
  75. test/testdraw2
  76. test/testerror
  77. test/testfile
  78. test/testgamecontroller
  79. test/testgesture
  80. test/testgl2
  81. test/testgles
  82. test/testhaptic
  83. test/testhittesting
  84. test/testiconv
  85. test/testime
  86. test/testintersections
  87. test/testjoystick
  88. test/testkeys
  89. test/testloadso
  90. test/testlock
  91. test/testmessage
  92. test/testmultiaudio
  93. test/testnative
  94. test/testoverlay2
  95. test/testplatform
  96. test/testpower
  97. test/testfilesystem
  98. test/testrelative
  99. test/testrendercopyex
  100. test/testrendertarget
  101. test/testresample
  102. test/testrumble
  103. test/testscale
  104. test/testsem
  105. test/testshader
  106. test/testshape
  107. test/testsprite2
  108. test/testspriteminimal
  109. test/teststreaming
  110. test/testthread
  111. test/testtimer
  112. test/testver
  113. test/testwm2
  114. test/torturethread
  115. test/*.exe
  116. test/*.dSYM
  117. buildbot
  118. test/buildbot