Delphi.gitignore 750 字节
Newer Older
D
Denis Grinyuk 已提交
1 2 3 4
# .gitignore template for Delphi projects
# Based on Embarcadero documentation:
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio

5 6 7 8 9 10 11 12 13 14 15
# !!! ATTENTION !!!
# These types should be ignored in most cases.
# Leave this lines commented only if you know what you are doing.
# And please DO NOT store .res files in repository. Try to get rid of them.
#
#*.res
#*.ddp
#*.vlb
#*.deployproj
#

D
Denis Grinyuk 已提交
16
# Delphi compiler-generated binaries
H
hjF 已提交
17 18
*.exe
*.dll
19
*.bpl
20
*.bpi
21 22 23
*.dcp
*.so
*.apk
D
Denis Grinyuk 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
*.drc
*.map
*.dres
*.rsm
*.tds
*.tlb

# Delphi autogenerated files (duplicated info)
*.cfg
*Resource.rc

# Delphi local files (user-specific info)
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk

# Delphi history and backups
__history/
*.~*