chore: strengthen .gitignore for build artifacts

Add patterns to prevent accidental commit of:
- build_er*.txt (error logs)
- root.zig (generated root file)
- l0_*.zig through l4_*.zig (generated layer files)
This commit is contained in:
Markus Maiwald 2026-02-05 22:10:16 +01:00
parent 09ebab5d8b
commit 46a14846e0
Signed by: markus
GPG Key ID: 07DDBEA3CBDC090A
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -21,9 +21,16 @@ libqvl_ffi.a
# Build Error Logs
build_err*
build_errors.txt
build_er*.txt
# Random build artifacts
root
root.zig
l0_*.zig
l1_*.zig
l2_*.zig
l3_*.zig
l4_*.zig
# Operational Reports & Stories
REPORTS/