.gitignore 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. # Ignore thumbnails created by windows
  2. Thumbs.db
  3. # Ignore files build by Visual Studio
  4. *.obj
  5. *.exe
  6. *.pdb
  7. *.aps
  8. *.vcproj.*.user
  9. *.vcxproj.user
  10. *.csproj.user
  11. *.vspscc
  12. *_i.c
  13. *.i
  14. *.icf
  15. *_p.c
  16. *.ncb
  17. *.suo
  18. *.tlb
  19. *.tlh
  20. *.bak
  21. *.cache
  22. *.ilk
  23. *.log
  24. [Bb]in
  25. [Dd]ebug/
  26. [Dd]ebug.win32/
  27. *.sbr
  28. *.sdf
  29. obj/
  30. [Rr]elease/
  31. [Rr]elease.win32/
  32. _ReSharper*/
  33. [Tt]est[Rr]esult*
  34. ipch/
  35. *.opensdf
  36. *.opendb
  37. SubmissionInfo
  38. Generated Files
  39. AppPackages
  40. BundleArtifacts
  41. .vs/
  42. *.VC.db
  43. # Ignore files build by ndk and eclipse
  44. /libs/
  45. bin/
  46. obj/
  47. gen/
  48. assets/
  49. local.properties
  50. # Ignore python compiled files
  51. *.pyc
  52. # Ignore files build by airplay and marmalade
  53. build_*_xcode/
  54. build_*_vc10/
  55. # Ignore files build by xcode
  56. *.mode*v*
  57. *.pbxuser
  58. *.xcbkptlist
  59. *.xcworkspacedata
  60. *.xcuserstate
  61. *.xccheckout
  62. xcschememanagement.plist
  63. .DS_Store
  64. ._.*
  65. xcuserdata/
  66. DerivedData/
  67. # Ignore files built by AppCode
  68. .idea/
  69. # Ignore files built by bada
  70. .Simulator-Debug/
  71. .Target-Debug/
  72. .Target-Release/
  73. # Ignore files built by blackberry
  74. Simulator/
  75. Device-Debug/
  76. Device-Release/
  77. # Ignore vim swaps
  78. *.swp
  79. *.swo
  80. # Ignore files created by create_project.py
  81. projects/
  82. # Ignore config files in javascript bindings generator
  83. tools/tojs/user.cfg
  84. # ... userconf.ini generated if running from tools/tojs
  85. tools/tojs/userconf.ini
  86. tools/tolua/userconf.ini
  87. # ... userconf.ini generated if running from tools/jenkins_scripts/mac/android/
  88. tools/jenkins_scripts/mac/android/userconf.ini
  89. # CTags
  90. tags
  91. # ignore files, created with make-all-linux-project script
  92. /lib
  93. /build/linux-build
  94. # Cmake files
  95. CMakeCache.txt
  96. CMakeFiles
  97. Makefile
  98. cmake_install.cmake
  99. CMakeLists.txt.user
  100. # Ignore files generated by console
  101. build/build/
  102. cocos/scripting/lua-bindings/proj.ios_mac/build/
  103. tests/*/runtime/
  104. tests/*/publish/
  105. tests/*/project/proj.android-studio/app/build.xml
  106. tests/*/project/proj.android-studio/app/proguard-project.txt
  107. tests/*/proj.android-studio/app/build.xml
  108. tests/*/proj.android-studio/app/proguard-project.txt
  109. # Android
  110. project.properties
  111. *.iml
  112. # Ignore prebuilt libraries folder
  113. /external/*
  114. !/external/config.json
  115. /templates/lua-template-runtime/runtime
  116. /v*-deps-*.zip
  117. /v*-lua-runtime-*.zip
  118. /v*-console-*.zip
  119. /tools/fbx-conv/
  120. tests/cpp-tests/Resources/audio
  121. /tests/lua-empty-test/src/cocos/
  122. /tests/lua-game-controller-test/src/cocos/
  123. /tests/lua-tests/src/cocos/
  124. /tests/js-tests/res/
  125. /tools/framework-compile/bin/proj_modifier/plutil-win32/
  126. !/tools/framework-compile/bin/
  127. # generated by framework-compile
  128. /templates/*-template-binary/
  129. /prebuilt/
  130. /*/prebuilt-mk/Android.mk
  131. /*/*/prebuilt-mk/Android.mk
  132. /*/*/*/prebuilt-mk/Android.mk
  133. /*/*/*/*/prebuilt-mk/Android.mk
  134. *.xcscmblueprint
  135. tests/cpp-empty-test/proj.tizen/res/
  136. tests/cpp-tests/proj.tizen/res/
  137. tests/lua-empty-test/project/proj.tizen/res/
  138. tests/lua-tests/project/proj.tizen/res/