Delphi.gitignore 1.3 KB
Newer Older
D
Denis Grinyuk 已提交
1 2 3
# .gitignore template for Delphi projects
# Based on Embarcadero documentation:
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
D
Denis Grinyuk 已提交
4 5 6
# Some older file types can be found here:
# http://delphi.wikia.com/wiki/Delphi_File_Extensions

D
Denis Grinyuk 已提交
7

8 9 10 11 12
# !!! 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.
#
D
Denis Grinyuk 已提交
13
# Resource files usually store project icon and version info. These should be included by means of .rc files.
14
#*.res
D
Denis Grinyuk 已提交
15
# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams.
16
#*.ddp
D
Denis Grinyuk 已提交
17
# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer.
18
#*.vlb
D
Denis Grinyuk 已提交
19
# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature.
20
#*.deployproj
D
Denis Grinyuk 已提交
21

22

D
Denis Grinyuk 已提交
23
# Delphi compiler-generated binaries
H
hjF 已提交
24 25
*.exe
*.dll
26
*.bpl
27
*.bpi
28 29 30
*.dcp
*.so
*.apk
D
Denis Grinyuk 已提交
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
*.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/
*.~*