26 lines
190 B
Plaintext
26 lines
190 B
Plaintext
# FPC build artifacts
|
|
*.o
|
|
*.ppu
|
|
*.compiled
|
|
*.or
|
|
*.a
|
|
*.lib
|
|
*.dcu
|
|
|
|
# Lazarus
|
|
*.lps
|
|
backup/
|
|
lib/
|
|
units/
|
|
|
|
# Build output trees
|
|
exe/
|
|
units/
|
|
|
|
# Editor / OS junk
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
.DS_Store
|