.gitignore 535 B

123456789101112131415161718192021222324
  1. # Cmake files
  2. CMakeCache.txt
  3. CMakeFiles
  4. Makefile
  5. cmake_install.cmake
  6. CMakeLists.txt.user
  7. # Ignore files generated by console
  8. build/build/
  9. cocos/scripting/lua-bindings/proj.ios_mac/build/
  10. tests/*/runtime/
  11. tests/*/publish/
  12. tests/*/project/proj.android-studio/app/build.xml
  13. tests/*/project/proj.android-studio/app/proguard-project.txt
  14. tests/*/proj.android-studio/app/build.xml
  15. tests/*/proj.android-studio/app/proguard-project.txt
  16. /templates/*-template-binary/
  17. /prebuilt/
  18. /*/build/
  19. /proj.android-studio/app/build/
  20. bin/
  21. .DS_Store
  22. cocos2d/