Subversion Repositories spacemission

Rev

Rev 59 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
59 daniel-mar 1
# https://github.com/github/gitignore/blob/main/Delphi.gitignore
2
 
3
# Delphi compiler-generated binaries (safe to delete)
4
*.bpl
5
*.bpi
6
*.dcp
90 daniel-mar 7
#*.drc
59 daniel-mar 8
*.map
9
*.dres
10
*.rsm
11
*.tds
12
*.dcu
13
*.lib
14
 
15
# Delphi autogenerated files (duplicated info)
16
*.cfg
17
*.hpp
18
*Resource.rc
19
 
20
# Delphi local files (user-specific info)
21
*.local
22
*.identcache
23
*.projdata
24
*.tvsconfig
25
*.dsk
26
 
27
# Delphi history and backups
28
__history/
29
__recovery/
30
*.~*
31
 
32
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
33
*.stat