.gitignore 556 B

1234567891011121314151617181920212223242526
  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. /linux-build/
  22. .DS_Store
  23. cocos2d/
  24. .keys/