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
|
*.drv
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
|
*.o
|
||||||
|
|
||||||
|
# Linux build outputs
|
||||||
|
forms/dfm2form
|
||||||
|
|
||||||
# Backup files
|
# Backup files
|
||||||
*.bak
|
*.bak
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue