gitignore: exclude the entire build directory

Replace the per-subdir entries with a single /build/ to cover any
new outputs Make or scripts add later (build/manual exists today;
future docs/coverage variants would otherwise need new lines).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Thales Maciel 2026-04-26 12:55:11 -03:00
parent 59e48e830b
commit 47d83ce4d7
No known key found for this signature in database
GPG key ID: 33112E6833C34679

8
.gitignore vendored
View file

@ -1,7 +1,5 @@
state/
/build/bin/
/build/smoke/
build/manual/
/build/
/runtime/
/dist/
/banger
@ -21,8 +19,4 @@ id_rsa
/todos
/coverage.out
/coverage.html
/build/unit/
/build/combined/
/build/combined.cover.out
/build/combined.cover.html
/.codex