mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
21 lines
483 B
Plaintext
21 lines
483 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* |