mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35: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:
parent
5979282c55
commit
990a1ce785
@ -1,14 +1,23 @@
|
||||
*.dcu
|
||||
# IDE - History and Backup Files
|
||||
*.~*
|
||||
__history
|
||||
|
||||
# IDE - Machine Specific Settings
|
||||
*.local
|
||||
*.identcache
|
||||
__history
|
||||
*.dsk
|
||||
|
||||
# Output Directory
|
||||
bin/*
|
||||
|
||||
# Compiler / Linker output
|
||||
*.dcu
|
||||
*.drc
|
||||
*.map
|
||||
*.exe
|
||||
*.dll
|
||||
*.bpi
|
||||
*.bpl
|
||||
*.dcp
|
||||
*.so
|
||||
*.apk
|
||||
bin/*
|
||||
*.apk
|
Loading…
Reference in New Issue
Block a user