mirror of
https://github.com/github/gitignore
synced 2024-12-03 17:05:44 +01:00
990a1ce785
Added .dsk - Specific to each developer. Has no bearing on the resulting outputed code. .bpi - Produced during compile when targeting OS X. Current file extensions for Delphi are documented here: http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
23 lines
222 B
Plaintext
23 lines
222 B
Plaintext
# IDE - History and Backup Files
|
|
*.~*
|
|
__history
|
|
|
|
# IDE - Machine Specific Settings
|
|
*.local
|
|
*.identcache
|
|
*.dsk
|
|
|
|
# Output Directory
|
|
bin/*
|
|
|
|
# Compiler / Linker output
|
|
*.dcu
|
|
*.drc
|
|
*.map
|
|
*.exe
|
|
*.dll
|
|
*.bpi
|
|
*.bpl
|
|
*.dcp
|
|
*.so
|
|
*.apk |