Skip to content

Commit 9cf2b52

Browse files
chore(gitignore): ignore agent misplaced-dup-backup recovery files
Test recovery copies named *.misplaced-dup-backup-* are never the source of truth (*.rlib/rust_out already ignored).
1 parent 9e0265c commit 9cf2b52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,7 @@ rust_out
216216
**/local-target/
217217
# Scratch probe/bench tests (zz_ prefix; never committed — 0 ever tracked).
218218
**/tests/zz_*.rs
219+
220+
# === multi-repo ephemeral cleanup 2026-08-03 ===
221+
# Agent recovery "misplaced duplicate" backups left beside real sources.
222+
*.misplaced-dup-backup-*

0 commit comments

Comments
 (0)