Delphi.gitignore 1.5 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
23 24 25 26
# 
# C++ object files produced when C/C++ Output file generation is configured.
# Uncomment this if you are not using external objects (zlib library for example).
#*.obj
D
Denis Grinyuk 已提交
27
#
D
Denis Grinyuk 已提交
28

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

# Delphi autogenerated files (duplicated info)
*.cfg
50
*.hpp
D
Denis Grinyuk 已提交
51 52 53 54 55 56 57 58 59 60 61 62
*Resource.rc

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

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

64
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
65
*.stat