加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
# Object files
*.o
# Documentation artifacts
doc/doxygen/html
doc/doxygen/latex
doc/doxygen/man
doc/doxygen/*.log
doc/doxygen/*.db
doc/doxygen/*.tmp
# Built binaries
*bin
# Build directory
/build
# AFL findings
fuzzing/**/findings/
# Backup files
*~
*.orig
.*.swn
.*.swo
.*.swp
\#*\#
cachegrind.out*
# Eclipse workspace files
.project
.cproject
.settings
.idea
# KDevelop4 project files
.kdev4
*.kdev4
# Codelite (among others) project files
*.project
# Visual Studio Code user settings
.vscode/
# ctags index files
tags
# GDB initialization scripts
.gdbinit
# Eclipse symbol file (output from make eclipsesym)
eclipsesym.xml
/toolchain
# Ignore created Arduino sketch files
_sketches.cpp
# local override files
Makefile.local
# Vagrant
.vagrant
# clang-complete command line argument lists (Vim: clang-complete, Atom: linter-clang, autocomplete-clang addons)
.clang_complete
# YouCompleteMe (https://github.com/Valloric/YouCompleteMe)
.ycm_extra_conf.py
# Python compiled files
*.pyc
# Ignore download cache
.dlcache
# scan-build artifacts
scan-build/
# compile_and_test_for_boards default "results" directory
results/
# mypy artifacts
.mypy_cache/
# Clangd compile flags (language server)
compile_commands.json
compile_flags.txt
# suit manifest keys
keys/
# clangd language server
.clangd/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化