From fd76319cb3da908cd709441f1bb477530b553f89 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Wed, 4 Mar 2026 18:37:03 -0600 Subject: [PATCH] Add Linux build artifacts to .gitignore Co-Authored-By: Claude Opus 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6989801..2e6f5f0 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,10 @@ *.drv *.dll *.exe +*.o + +# Linux build outputs +forms/dfm2form # Backup files *.bak