加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 636 Bytes
一键复制 编辑 原始数据 按行查看 历史
Orgad Shaneh 提交于 2024-04-01 21:44 . gitignore: add more ninja artifacts
*.o
*~
.*.sw*
.autoclean
.deps/
.version
Makefile
Makefile.in
Makefile.am
aclocal.m4
autom4te.cache/
build.ninja
configure
config.guess
config.h
config.log
config.status
config.sub
compile
depcomp
.dirstamp
install-sh
missing
.ninja_deps
.ninja_log
sipp
sipp.1
sipp-*.tar.gz
sipp_unittest
stamp-h1
test-driver
*.log
*.csv
vim_ctags
compile_commands.json
.*.sw?
stamp-h.in
*.orig
*.rej
*.patch
compile_commands.json
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
# Ignore *.xml in root dir, but not in regression tests dir.
/*.xml
# Sphinx build
/docs/_build
*.pyc
# Ignore autogenerated version.h.
/include/version.cmake
/version.h
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化