# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
T168_111\info:exclude
最新推荐文章于 2024-11-01 15:32:36 发布
本文介绍了如何在Git中使用`gitls-files--others-exclude-from.git/info/exclude`来管理项目文件,特别是C项目中,提到了如何添加和解释注释以及常用的excludepatterns,如`.oa`和`*.~`。
摘要由CSDN通过智能技术生成