- 将 .gitignore 中 18 行重复的 cmake-build 条目合并为 1 行通配规则 /myis11/project/*/cmake-build-* - 使用 git rm --cached -r 将 4 个被跟踪的构建目录从索引移除 - 磁盘文件未受任何影响
- 将 .gitignore 中 18 行重复的 cmake-build 条目合并为 1 行通配规则 /myis11/project/*/cmake-build-* - 使用 git rm --cached -r 将 4 个被跟踪的构建目录从索引移除 - 磁盘文件未受任何影响