123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- Thumbs.db
- *.obj
- *.exe
- *.pdb
- *.aps
- *.vcproj.*.user
- *.vcxproj.user
- *.csproj.user
- *.vspscc
- *_i.c
- *.i
- *.icf
- *_p.c
- *.ncb
- *.suo
- *.tlb
- *.tlh
- *.bak
- *.cache
- *.ilk
- *.log
- [Bb]in
- [Dd]ebug/
- [Dd]ebug.win32/
- *.sbr
- *.sdf
- obj/
- [Rr]elease/
- [Rr]elease.win32/
- _ReSharper*/
- [Tt]est[Rr]esult*
- ipch/
- *.opensdf
- *.opendb
- SubmissionInfo
- Generated Files
- AppPackages
- BundleArtifacts
- .vs/
- *.VC.db
- /libs/
- bin/
- obj/
- gen/
- assets/
- local.properties
- *.pyc
- build_*_xcode/
- build_*_vc10/
- *.mode*v*
- *.pbxuser
- *.xcbkptlist
- *.xcworkspacedata
- *.xcuserstate
- *.xccheckout
- xcschememanagement.plist
- .DS_Store
- ._.*
- xcuserdata/
- DerivedData/
- .idea/
- .Simulator-Debug/
- .Target-Debug/
- .Target-Release/
- Simulator/
- Device-Debug/
- Device-Release/
- *.swp
- *.swo
- projects/
- tools/tojs/user.cfg
- tools/tojs/userconf.ini
- tools/tolua/userconf.ini
- tools/jenkins_scripts/mac/android/userconf.ini
- tags
- /lib
- /build/linux-build
- CMakeCache.txt
- CMakeFiles
- Makefile
- cmake_install.cmake
- CMakeLists.txt.user
- build/build/
- cocos/scripting/lua-bindings/proj.ios_mac/build/
- tests/*/runtime/
- tests/*/publish/
- tests/*/project/proj.android-studio/app/build.xml
- tests/*/project/proj.android-studio/app/proguard-project.txt
- tests/*/proj.android-studio/app/build.xml
- tests/*/proj.android-studio/app/proguard-project.txt
- project.properties
- *.iml
- /external/*
- !/external/config.json
- /templates/lua-template-runtime/runtime
- /v*-deps-*.zip
- /v*-lua-runtime-*.zip
- /v*-console-*.zip
- /tools/fbx-conv/
- tests/cpp-tests/Resources/audio
- /tests/lua-empty-test/src/cocos/
- /tests/lua-game-controller-test/src/cocos/
- /tests/lua-tests/src/cocos/
- /tests/js-tests/res/
- /tools/framework-compile/bin/proj_modifier/plutil-win32/
- !/tools/framework-compile/bin/
- /templates/*-template-binary/
- /prebuilt/
- /*/prebuilt-mk/Android.mk
- /*/*/prebuilt-mk/Android.mk
- /*/*/*/prebuilt-mk/Android.mk
- /*/*/*/*/prebuilt-mk/Android.mk
- *.xcscmblueprint
- tests/cpp-empty-test/proj.tizen/res/
- tests/cpp-tests/proj.tizen/res/
- tests/lua-empty-test/project/proj.tizen/res/
- tests/lua-tests/project/proj.tizen/res/
|