加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
zsliu98 提交于 2023-12-10 20:57 . feat: set up plugin
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
**/.DS_Store
VERSION
# It's nice to have the Builds folder exist, to remind us where it is
Builds/*
!Builds/.gitkeep
# This should never exist
Install/*
# Running CTest makes a bunch o junk
Testing
# IDE config
.idea
# clion cmake builds
cmake-build-debug
cmake-build-release
cmake-build-relwithdebinfo
packaging/Output/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化