From 510007d5601c122cdd4c35a1d9ad671e05e80952 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Feb 2026 22:32:51 +0000 Subject: [PATCH] Add build artifacts to .gitignore Ignore example binaries compiled to root directory and the vsr_boot_marker runtime data file. https://claude.ai/code/session_01JniNxxDP4NbsDXNGmGNG7H --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 18b098e..e5f91ea 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,8 @@ coverage_html/ *.o *.a *.so +example +example_large examples/example .cluster/ +vsr_boot_marker