加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thom Troy 提交于 2019-04-04 22:37 . add description of ExternalProject_Add
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
#
# Sublime Test
#
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
#
# C / C++
#
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.ko
*.elf
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
*.so.*
*.dylib
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
*.lo
# Executables
*.exe
*.out
*.app
/**/build
/**/build.*
.tags
.vscode
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化