From 46a14846e0bc0ddfe5dab02f485d00c15373446a Mon Sep 17 00:00:00 2001 From: Markus Maiwald Date: Thu, 5 Feb 2026 22:10:16 +0100 Subject: [PATCH] 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) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 953bcd5..47b083c 100644 --- a/.gitignore +++ b/.gitignore @@ -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/