From 397c633d51f8b5712f8ef750720efbf083dd4f4f Mon Sep 17 00:00:00 2001 From: Brandon Lucas Date: Sat, 14 Feb 2026 13:14:13 -0500 Subject: [PATCH] chore: add test binaries to gitignore Co-Authored-By: Claude Opus 4.5 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d787b70..cb83c1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ /target /result + +# Test binaries +hello +test_rc +test_rc2