aboutsummaryrefslogtreecommitdiffstats
path: root/Delphi.gitignore
blob: 61ea8577397a1157bf670055e3f5778ae67241ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# .gitignore template for Delphi projects
# Based on Embarcadero documentation:
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio

# Delphi compiler-generated binaries
*.exe
*.dll
*.bpl
*.dcp
*.so
*.apk
*.drc
*.map
*.res
*.dres
*.rsm
*.tds
*.tlb

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

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

# Delphi history and backups
__history/
*.~*