mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
31 lines
684 B
Plaintext
31 lines
684 B
Plaintext
################################################################################
|
|
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
|
################################################################################
|
|
|
|
/build
|
|
.cxx
|
|
/.vs
|
|
/out/build
|
|
CMakeSettings.json
|
|
MobileGL/MG_Test/out
|
|
MobileGL/MG_Test/.vs
|
|
MobileGLCodeManager.*
|
|
MobileGLCodeManager
|
|
.vscode
|
|
.clangd
|
|
MobileGL/MG_Test/build
|
|
/build_*
|
|
/cmake-build*
|
|
.idea
|
|
MobileGL/MG*/build*
|
|
MobileGL/MG*/cmake-build*
|
|
/android-plugin/.gradle
|
|
/android-plugin/build
|
|
/android-plugin/app/build
|
|
/android-plugin/app/src/trace/jniLibs
|
|
/android-plugin/local.properties
|
|
tools/trace_replay/work/
|
|
__pycache__/
|
|
*.py[cod]
|
|
/.gradle
|