1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 17:05:44 +01:00

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
This commit is contained in:
Robert Love 2014-01-11 06:07:18 -07:00
parent 5979282c55
commit 990a1ce785

View File

@ -1,14 +1,23 @@
*.dcu # IDE - History and Backup Files
*.~* *.~*
__history
# IDE - Machine Specific Settings
*.local *.local
*.identcache *.identcache
__history *.dsk
# Output Directory
bin/*
# Compiler / Linker output
*.dcu
*.drc *.drc
*.map *.map
*.exe *.exe
*.dll *.dll
*.bpi
*.bpl *.bpl
*.dcp *.dcp
*.so *.so
*.apk *.apk
bin/*