2019-11-23 20:27:39 +08:00
|
|
|
# Ignore thumbnails created by windows
|
|
|
|
Thumbs.db
|
|
|
|
|
2022-10-22 22:48:33 +08:00
|
|
|
buildsrc/
|
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
# Ignore files build by Visual Studio
|
|
|
|
*.exe
|
|
|
|
*.pdb
|
|
|
|
*.aps
|
|
|
|
*.vcproj.*.user
|
|
|
|
*.vcxproj.user
|
|
|
|
*.csproj.user
|
|
|
|
*.vspscc
|
|
|
|
*_i.c
|
|
|
|
*.i
|
|
|
|
*.icf
|
|
|
|
*_p.c
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
|
|
|
*.tlb
|
|
|
|
*.tlh
|
|
|
|
*.bak
|
|
|
|
*.cache
|
|
|
|
*.ilk
|
|
|
|
*.log
|
2022-07-07 20:54:17 +08:00
|
|
|
[Bb]in
|
2019-11-23 20:27:39 +08:00
|
|
|
[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
|
|
|
|
|
|
|
|
# Ignore files build by ndk and eclipse
|
|
|
|
/libs/
|
2022-07-07 20:52:49 +08:00
|
|
|
bin/
|
2019-11-23 20:27:39 +08:00
|
|
|
obj/
|
|
|
|
gen/
|
|
|
|
assets/
|
|
|
|
local.properties
|
|
|
|
|
2023-06-12 09:14:23 +08:00
|
|
|
/core/axmolver.h
|
2023-08-25 16:57:54 +08:00
|
|
|
/core/renderer/RenderConsts.h
|
2023-03-30 22:08:53 +08:00
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
# Ignore python compiled files
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Ignore files build by xcode
|
|
|
|
*.mode*v*
|
|
|
|
*.pbxuser
|
|
|
|
*.xcbkptlist
|
|
|
|
*.xcworkspacedata
|
|
|
|
*.xcuserstate
|
|
|
|
*.xccheckout
|
|
|
|
xcschememanagement.plist
|
|
|
|
IDEWorkspaceChecks.plist
|
|
|
|
.DS_Store
|
|
|
|
._.*
|
|
|
|
xcuserdata/
|
|
|
|
DerivedData/
|
|
|
|
|
|
|
|
# Ignore files built by AppCode
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Ignore files built by bada
|
|
|
|
.Simulator-Debug/
|
|
|
|
.Target-Debug/
|
|
|
|
.Target-Release/
|
|
|
|
|
|
|
|
# Ignore files built by blackberry
|
|
|
|
Simulator/
|
|
|
|
Device-Debug/
|
|
|
|
Device-Release/
|
|
|
|
|
|
|
|
# Ignore vim swaps
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
# Ignore files created by create_project.py
|
|
|
|
projects/
|
|
|
|
|
|
|
|
# Ignore config files in javascript bindings generator
|
|
|
|
tools/tojs/user.cfg
|
|
|
|
# ... userconf.ini generated if running from tools/tojs
|
|
|
|
tools/tojs/userconf.ini
|
|
|
|
tools/tolua/userconf.ini
|
|
|
|
# ... userconf.ini generated if running from tools/jenkins_scripts/mac/android/
|
|
|
|
tools/jenkins_scripts/mac/android/userconf.ini
|
|
|
|
|
|
|
|
# CTags
|
|
|
|
tags
|
|
|
|
|
2023-04-02 11:58:00 +08:00
|
|
|
CMakeSettings.json
|
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
# ignore files, created with make-all-linux-project script
|
|
|
|
/lib
|
|
|
|
/build/linux-build
|
|
|
|
|
2019-11-24 13:47:32 +08:00
|
|
|
# ignore all build
|
|
|
|
/build
|
2023-12-08 00:13:39 +08:00
|
|
|
/build_*
|
2020-08-28 12:57:00 +08:00
|
|
|
|
2022-04-27 18:52:57 +08:00
|
|
|
# ignore ninja build dir
|
|
|
|
/out
|
2023-04-01 22:34:00 +08:00
|
|
|
/out*
|
2022-04-27 18:52:57 +08:00
|
|
|
|
2020-07-29 18:55:45 +08:00
|
|
|
# ignore jniLibs android
|
|
|
|
/**/jniLibs/*/*.so
|
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
# Cmake files
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
Makefile
|
|
|
|
cmake_install.cmake
|
|
|
|
CMakeLists.txt.user
|
|
|
|
|
|
|
|
# Ignore files generated by console
|
|
|
|
build/build/
|
2020-10-19 18:33:10 +08:00
|
|
|
extensions/scripting/lua-bindings/proj.ios_mac/build/
|
2019-11-23 20:27:39 +08:00
|
|
|
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
|
|
|
|
|
|
|
|
# Android
|
|
|
|
project.properties
|
|
|
|
*.iml
|
|
|
|
|
2020-11-16 14:47:43 +08:00
|
|
|
# Ignore template runtime
|
2019-11-23 20:27:39 +08:00
|
|
|
/templates/lua-template-runtime/runtime
|
2020-11-16 14:47:43 +08:00
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
/v*-deps-*.zip
|
|
|
|
/v*-lua-runtime-*.zip
|
|
|
|
/v*-console-*.zip
|
|
|
|
/tools/fbx-conv/
|
2021-12-31 14:39:08 +08:00
|
|
|
/templates/lua-template-default/src/core/
|
|
|
|
/tests/lua-tests/src/core/
|
2019-11-23 20:27:39 +08:00
|
|
|
/tests/js-tests/res/
|
|
|
|
/tools/framework-compile/bin/proj_modifier/plutil-win32/
|
|
|
|
!/tools/framework-compile/bin/
|
|
|
|
|
|
|
|
# generated by framework-compile
|
|
|
|
/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/
|
|
|
|
|
2022-06-28 12:38:01 +08:00
|
|
|
/extensions/Live2D/Core/
|
|
|
|
|
2023-04-02 16:04:19 +08:00
|
|
|
# Ignore x-studio folder
|
|
|
|
.xs
|
2023-09-02 20:06:18 +08:00
|
|
|
extensions/x-studio.cmake
|
2023-04-02 16:04:19 +08:00
|
|
|
|
2019-11-23 20:27:39 +08:00
|
|
|
# Ignore vscode folder
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
# Ignore the CMake build folder, such as ios-build/linux-build
|
|
|
|
*-build/
|
|
|
|
# Ignore the CLion build folder, such as cmake-build-debug
|
|
|
|
cmake-build-*/
|
|
|
|
.vs
|
|
|
|
cmake_build*
|
|
|
|
metal-support*.zip
|
|
|
|
**/.project
|
|
|
|
|
|
|
|
**/.classpath
|
|
|
|
**/org.eclipse.buildship.core.prefs
|
|
|
|
|
|
|
|
desktop.ini
|
|
|
|
# tmp folder for temp usage
|
|
|
|
tmp/
|
|
|
|
temp/
|
|
|
|
|
|
|
|
# external libs zip
|
|
|
|
*.zip
|
|
|
|
**/simulator/
|
2020-08-06 16:01:00 +08:00
|
|
|
|
|
|
|
# New .cxx temp folder
|
|
|
|
**/.cxx
|
2020-08-18 10:51:32 +08:00
|
|
|
|
2021-10-05 07:47:45 +08:00
|
|
|
**/SharedLoader.java
|
|
|
|
|
|
|
|
# ignore downloaded tools
|
2021-10-07 18:44:34 +08:00
|
|
|
tools/external/
|
|
|
|
|
|
|
|
# ignore lua-tests res folder which is copy from cpp-tests
|
|
|
|
tests/lua-tests/res/
|
2022-10-01 16:24:52 +08:00
|
|
|
|
|
|
|
extensions/libeditor
|
|
|
|
extensions/libccs30
|
|
|
|
extensions/libccs21
|
|
|
|
extensions/libccs20
|
|
|
|
extensions/libccs19
|
2024-04-08 01:55:41 +08:00
|
|
|
extensions/fonteng
|
2022-10-01 16:24:52 +08:00
|
|
|
|
2023-02-14 23:23:11 +08:00
|
|
|
tools/bindings-generator/libclang/*.dll
|
|
|
|
tools/bindings-generator/libclang/*.dylib
|
|
|
|
tools/bindings-generator/libclang/*.so
|
2023-02-23 21:57:30 +08:00
|
|
|
|
|
|
|
templates/lua-template-default/Content/src/axmol
|
|
|
|
tests/lua-tests/Content/src/axmol
|
2023-04-01 22:34:00 +08:00
|
|
|
tests/lua-tests/Content/res
|
2023-12-08 00:13:39 +08:00
|
|
|
tests/cpp-tests/Content
|
|
|
|
tests/fairygui-tests/Content
|
|
|
|
tests/live2d-tests/Content
|
2024-04-30 20:52:28 +08:00
|
|
|
tests/unit-tests/Content
|
2024-11-26 13:32:20 +08:00
|
|
|
tests/*-tests/build
|
|
|
|
tests/*-tests/build_*
|
2023-12-11 21:59:25 +08:00
|
|
|
*.patch
|
2023-12-20 02:34:45 +08:00
|
|
|
|
2024-03-19 23:52:14 +08:00
|
|
|
/cache
|
|
|
|
/_cache
|
|
|
|
|
2023-12-20 02:34:45 +08:00
|
|
|
.gitee
|
2023-12-21 23:59:24 +08:00
|
|
|
release_note_draft.txt
|