Delphi.gitignore 1.4 KB
Newer Older
D
Denis Grinyuk 已提交
1 2
# Uncomment these types if you want even more clean repository. But be careful.
# It can make harm to an existing project source. Read explanations below.
3
#
D
Denis Grinyuk 已提交
4 5
# Resource files are binaries containing manifest, project icon and version info.
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
6
#*.res
D
Denis Grinyuk 已提交
7 8 9 10 11 12 13
#
# Type library file (binary). In old Delphi versions it should be stored.
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
#*.tlb
#
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
# Uncomment this if you are not using diagrams or use newer Delphi version.
14
#*.ddp
D
Denis Grinyuk 已提交
15 16 17
#
# Visual LiveBindings file. Added in Delphi XE2.
# Uncomment this if you are not using LiveBindings Designer.
18
#*.vlb
D
Denis Grinyuk 已提交
19 20 21
#
# Deployment Manager configuration file for your project. Added in Delphi XE2.
# Uncomment this if it is not mobile development and you do not use remote debug feature.
22
#*.deployproj
D
Denis Grinyuk 已提交
23
#
D
Denis Grinyuk 已提交
24

D
Denis Grinyuk 已提交
25
# Delphi compiler-generated binaries (safe to delete)
H
hjF 已提交
26 27
*.exe
*.dll
28
*.bpl
29
*.bpi
30 31 32
*.dcp
*.so
*.apk
D
Denis Grinyuk 已提交
33 34 35 36 37
*.drc
*.map
*.dres
*.rsm
*.tds
O
ONion 已提交
38
*.dcu
D
Denis Grinyuk 已提交
39
*.lib
D
Denis Grinyuk 已提交
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54

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

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

# Delphi history and backups
__history/
*.~*
55

56
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
57
*.stat