.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. **/proj.android/obj/
  2. **/proj.android/out/
  3. **/proj.android/bin/
  4. **/proj.android/libs/
  5. **/proj.android/gen/
  6. **/proj.emscripten/build/
  7. **/proj.emscripten/build_release/
  8. **/proj.marmalade/build_*
  9. **/proj.win32/Debug_*/
  10. **/proj.win32/Release_*/
  11. **/build-proj*
  12. ident.free
  13. *.pyc
  14. *.opensdf
  15. *.sdf
  16. oxygine/SDL/win32/Debug_*
  17. examples/*/data/*.dll
  18. oxygine/SDL/win32/Debug/
  19. oxygine/SDL/win32/Release/
  20. *.suo
  21. examples/*/proj.win32/ipch/
  22. oxygine/SDL/win32/Release*
  23. oxygine/SDL/win32/Debug*
  24. oxygine/system_data/data/
  25. **/data.js
  26. oxygine/system_data/system.zip
  27. examples/Game/*/proj.emscripten/data.js
  28. oxygine/SDL/android/lib/gen/
  29. .idea
  30. oxygine/SDL/android/lib/bin/
  31. examples/*/data-ram/
  32. .gradle/
  33. examples/*/proj.android/libs/
  34. oxygine/SDL/android/lib/src/org/libsdl/app/SDLActivity.java
  35. oxygine-framework-with-sdl.zip
  36. oxygine-framework.zip
  37. *.orig
  38. xcuserdata
  39. contents.xcworkspacedata
  40. *.xcscmblueprint
  41. examples/Demo/data/res.xml.ox
  42. examples/*/proj.cmake/build/
  43. temp/
  44. examples/Game/*/proj.cmake/build/
  45. examples/HelloWorld/build_helloworld_*
  46. examples/Match3/build_match3_*
  47. libs/SDL2main.lib
  48. libs/SDL2.lib
  49. libs/SDL2.dll
  50. libs/libSDL2.a
  51. libs/libSDL2.dll.a
  52. libs/libSDL2main.a
  53. examples/Game/part2/build_game_vc12/
  54. oxygine/SDL/android/extension/gen/
  55. oxygine/SDL/android/extension/bin/
  56. *.exp
  57. *.pdb
  58. */Debug_v*
  59. **/build_emsc/
  60. **/build_emsc_release/
  61. build
  62. /examples/Demo/proj.cmake/mingw
  63. **/proj.marmalade/build_demo_vc*
  64. .DS_Store
  65. *.VC.db
  66. *.VC.VC.opendb
  67. oxygine/SDL/win32/oxygine.vcxproj.user
  68. *.iml
  69. **/.vs/
  70. **/local.properties
  71. **/.externalNativeBuild
  72. **/data/*.dll