Add Linux build artifacts to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Duensing 2026-03-04 18:37:03 -06:00
parent ae2aef0119
commit fd76319cb3

4
.gitignore vendored
View file

@ -14,6 +14,10 @@
*.drv *.drv
*.dll *.dll
*.exe *.exe
*.o
# Linux build outputs
forms/dfm2form
# Backup files # Backup files
*.bak *.bak