1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 17:05:44 +01:00
gitignore/Delphi.gitignore
Robert Love 990a1ce785 Change the grouping of the file with # comments to clearly identify areas like other languages have done.
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
2014-01-11 06:19:49 -07:00

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