mirror of https://github.com/axmolengine/axmol.git
Merge pull request #11347 from WenhaiLin/v3-fixCocosRobot
Fixed CocosRobot may commit unnecessary files
This commit is contained in:
commit
f28d444856
|
@ -118,47 +118,13 @@ tests/*/publish/
|
||||||
project.properties
|
project.properties
|
||||||
|
|
||||||
# Ignore prebuilt libraries folder
|
# Ignore prebuilt libraries folder
|
||||||
/external/xxhash/
|
/external/*
|
||||||
/external/curl/
|
!/external/config.json
|
||||||
/external/edtaa3func/
|
|
||||||
/external/freetype2/
|
|
||||||
/external/glfw3/
|
|
||||||
/external/jpeg/
|
|
||||||
/external/json/
|
|
||||||
/external/linux-specific/
|
|
||||||
/external/lua/
|
|
||||||
/external/png/
|
|
||||||
/external/sqlite3/
|
|
||||||
/external/tiff/
|
|
||||||
/external/tinyxml2/
|
|
||||||
/external/unzip/
|
|
||||||
/external/webp/
|
|
||||||
/external/websockets/
|
|
||||||
/external/win32-specific/
|
|
||||||
/external/winrt-specific/
|
|
||||||
/external/winrt_8.1-specific/
|
|
||||||
/external/wp8-specific/
|
|
||||||
/external/wp_8.1-specific/
|
|
||||||
/external/version.json
|
|
||||||
/templates/lua-template-runtime/runtime
|
/templates/lua-template-runtime/runtime
|
||||||
/v*-deps-*.zip
|
/v*-deps-*.zip
|
||||||
/v*-lua-runtime-*.zip
|
/v*-lua-runtime-*.zip
|
||||||
/tools/fbx-conv/
|
/tools/fbx-conv/
|
||||||
external/chipmunk
|
|
||||||
tests/cpp-tests/Resources/audio
|
tests/cpp-tests/Resources/audio
|
||||||
/external/Box2D/
|
|
||||||
/external/ConvertUTF/
|
|
||||||
/external/audio/
|
|
||||||
/external/xxtea/
|
|
||||||
/external/protobuf-lite/
|
|
||||||
/external/flatbuffers/
|
|
||||||
/external/android/
|
|
||||||
/external/ios/
|
|
||||||
/external/linux/
|
|
||||||
/external/mac/
|
|
||||||
/external/win32/
|
|
||||||
/external/winrt_8.1/
|
|
||||||
/external/wp_8.1/
|
|
||||||
/tests/js-tests/
|
/tests/js-tests/
|
||||||
/tests/lua-empty-test/src/cocos/
|
/tests/lua-empty-test/src/cocos/
|
||||||
/tests/lua-game-controller-test/src/cocos/
|
/tests/lua-game-controller-test/src/cocos/
|
||||||
|
|
Loading…
Reference in New Issue