16 Star 318 Fork 34

RubyMetric/chsrc

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
曾奥然 提交于 2026-02-24 16:29 +08:00 . 更新文档
##############################
# VS Code
##############################
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/c_cpp_properties.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/README.md
##############################
# VS
##############################
.vs
##############################
# Binaries
##############################
*.o
*.obj
*.a
*.lib
*.so
*.dll
*.out
*.exe
*.res
##############################
# Built executables
##############################
chsrc
chsrc-debug
chsrc-release
chsrc-ci-release
##############################
# Test files
##############################
xy
fw
README.md.bak*
*.tmp
chsrc_tmp_test.txt
chsrc_tmp_test.txt.bak
# Generated when testing (when there's a bug)
nul
# 'chsrc set -scope=project' generated
.bundle
.npmrc
##############################
# Texinfo
##############################
chsrc.aux
chsrc.log
chsrc.toc
*.info
*.pdf
##############################
# deb package
##############################
# deb package 未归档的目录
pkg/deb/debian/chsrc/
# 下面这个目录包含创建出 $HOME 的虚拟环境
pkg/deb/debian/.debhelper/
pkg/deb/debian/debhelper-build-stamp
pkg/deb/debian/files
pkg/deb/debian/chsrc.debhelper.log
pkg/deb/debian/chsrc.substvars
# 以下为 deb package 构建的直接产物
chsrc_*.deb
chsrc-dbgsym_*.ddeb
chsrc_*.build
chsrc_*.buildinfo
chsrc_*.changes
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/RubyMetric/chsrc.git
git@gitee.com:RubyMetric/chsrc.git
RubyMetric
chsrc
chsrc
main

搜索帮助