加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
penghaiyi 提交于 2024-05-08 14:24 . update ignore
.DS_Store
*.o
*~
.sconsign.dblite
*.pyc
*.sln
*.vcxproj
*.filters
*.user
*.VC.db
*.VC.opendb
*.exe
*.ilk
*.pdb
*.vs/
*.cd
*.log
*.cache
*.deps
*.lastbuildstate
*.tlog
*.iobj
*.ipdb
AutoBuild/*
build/*
buildDebug/*
.vscode/*
*.bin
*.ipch
/docs
/console_log.txt
/src/Picker/MouseIntersect.cu
/src/Picker/MouseIntersect.h
/config/ImathConfig.cmake
/config/ImathConfig.h
/config/ImathConfigVersion.cmake
/config/ImathTargets.cmake
*.comp.spv
*.spv
/plugins/mxdb
/plugins/IOFile
/plugins/fvmplug
/plugins/MxSolver
/plugins/Paraview
/plugins/Calculix
/plugins/Radioss
/plugins/Convert
/src/FVM
/src/Convert
/MxSimLabV1.2/*
/external/mxdsv/
/external/MxFluid/
/external/pariters/
/external/SU2-v7.5.1-win64-mpi/
/external/SU2-v7.5.1-win64/
/external/mkl/
/external/MxSim/
/external/fmi4cpp/
/data/mxfluid/
/data/couple/
/data/process/
/examples/Cuda/QtGUI/Qt_FVM/*
/examples/Cuda/QtGUI/Qt_TEST/*
.idea/
cmake-build-*
build-*
/build_*
compile_commands.json
/CMakeUserPresets.json
/data/obj/car/file
/data/obj/rock
/data/obj/sign
/data/obj/texture
/data/obj/tree/tex
/data/obj/tree
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化