Skip to content

Commit ebbe2ff

Browse files
committed
chore: 删掉 main 上的 binDir —— 一个 shell 重定向留下的空文件
dc6eb34(#436)误提交,在 main 上待了一周。名字读起来像一个本该被展开而没有展开 的变量(`> $binDir`),内容是空的。 顺手写进 .gitignore,让同样的手滑下次被挡住而不是再被 review 一遍。
1 parent 9a5b9ec commit ebbe2ff

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ bench/bench-report.json
4343
# --project mode writes the measured build's stdout/stderr next to the project
4444
bench-child.log
4545
.mcpp.toml.bench-backup
46+
47+
# ⚠️ An empty file a shell redirection left behind. It was committed in #436
48+
# and lived on `main` for a week; the name reads like a variable that was meant
49+
# to be expanded (`> $binDir`) and was not. Listed so the same slip is caught
50+
# next time rather than reviewed again.
51+
binDir

binDir

Whitespace-only changes.

0 commit comments

Comments
 (0)