mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 02:59:26 +02:00
26 lines
297 B
Plaintext
26 lines
297 B
Plaintext
# PPU files
|
|
*.ppu
|
|
*.ppw
|
|
# Object files
|
|
*.o
|
|
*.ow
|
|
# Generated assembler files
|
|
*.s
|
|
*.sw
|
|
# Generated binaries
|
|
*.exe
|
|
# Compilation generated log files
|
|
*.log
|
|
# Execution generated log files
|
|
*.elg
|
|
# DLLs
|
|
*.dll
|
|
# Definition files for DLLs
|
|
*.def
|
|
# Temporary files
|
|
*.tmp
|
|
# FP IDE files
|
|
fp.dsk
|
|
fp.ini
|
|
fp.cfg
|