Add Linux build artifacts to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ae2aef0119
commit
fd76319cb3
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -14,6 +14,10 @@
|
|||
*.drv
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
|
||||
# Linux build outputs
|
||||
forms/dfm2form
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue