Ignore audit reports, run logs, and per-crate target/ dirs

audit-out/ and audit-*.md are local report artifacts produced by the
PPCBUG audit pipeline; *.stdout/*.stderr/*.log are stress-harness run
captures. Switch /target/ to target/ so per-crate target dirs (e.g.
crates/xenia-app/target/ used as a stress-output sink) are also ignored.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-05-01 16:26:10 +02:00
parent c694bb3f43
commit f166d061be

13
.gitignore vendored
View File

@@ -1,4 +1,13 @@
/target/
target/
*.iso
*.xiso
*.db
*.db
# Audit reports / pre-pass findings (local artifacts, not source)
audit-out/
audit-*.md
# Run logs from stress harnesses and ad-hoc captures
*.stdout
*.stderr
*.log