-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
56 lines (50 loc) · 843 Bytes
/
.gitignore
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*.orig
# 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.
#*.res
# Delphi compiler-generated binaries (safe to delete)
*.exe
*.dll
*.bpl
*.bpi
*.dcp
*.so
*.apk
*.drc
*.map
*.dres
*.rsm
*.tds
*.dcu
*.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/
__recovery/
*.~*
# Other
*.ddp
*.deployproj
*.vlb
/Source/*.dmp
*.stat
*.res
*.o
*.a
*.skincfg
Win32/Debug/dunitx-results.xml
tests/dunitx-results.xml
tests/TestInsightSettings.ini
built/CodeCoverageResults/
TestInsightSettings.ini
dunitx-results.xml
GeneratedTestsBuildScript.cmd
TestInsightSettings.ini