加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gztss/berry
克隆/下载
.gitignore 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wenliang 提交于 2023-12-28 17:35 . add CMakeLists.txt (#369)
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
/berry
*.bec
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
.gdb_history
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Test files
*.gcda
*.gcno
*.info
test_report/
# Ctags
tags
# other
*.out.*
*.user
.vscode
.DS_Store
generate/
temp/
.idea
__pycache__
.cproject
.project
.settings/
docs/build/html/
docs/_doxygen/xml/
build/
cmake-build-*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化