-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
107 lines (86 loc) · 2.31 KB
/
.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# ########## OS X hidden file index data
.DS_Store
# ########## Delphi project file
# (*.dproj) Delphi Project file
# (*.cbproj) C++Builder Project file
*.dproj
# ########## Resource file
# (*.rc, *.res) Compiled and uncompiled resource files
# *.rc
*.res
# ########## Delphi binary files
# (*.dll) A dynamically linked library file
# (*.exe) Windows executable file
# (*.bpl) Package shared library file
# (*.bpi) Package import library file
# (*.dcp) Delphi Compiled Package file
# (*.drc) Delphi resource string file
# (*.map) Map debug file
# (*.dres) Delphi compiled resource file. (Used when you add to a project RESOURCE such as an icon or image.)
# (*.dcu) Delphi Compiled Unit file
# (*.lib) static library file OR import library for the Win32/Win64
# (*.ocx) OLE Control eXtension
# (*.rsm) Used for remote debugging. (Include remote debug symbols option.)
# (*.dylib) Dynamic library (.dll) or package (.bpl) compiled for the OS X
# (*.tds) Remote debugger TDS debug file.
# (*.tlb) Type library
*.exe
*.dll
*.bpl
*.bpi
*.dcp
*.drc
*.map
*.dres
*.tds
*.dcu
*.lib
*.ocx
*.rsm
*.tds
*.tlb
# ########## Android / iOS / OS X binary files
# (*.apk) Android application package file.
# (*.so) Unix-like systems shared libraries (OS X and Linux)
# (*.a) Static library file (ELF-format) produced by Clang
*.so
*.apk
*.a
# ########## IDE files
# (*.cfg) Project configuration file used for command-line compiles
# (*.ddp): Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
# (*.vlb): Visual LiveBindings file. Added in Delphi XE2.
# (*.deployproj): Deployment Manager configuration file for your project. Added in Delphi XE2.
*.cfg
*.ddp
*.vlb
*.deployproj
# ########## Other IDE files
# Delphi local files (user-specific info)
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk
*.otares
# ########## Delphi history and backups
# (__history) History folder
# (__recovery) Recovery folder
# (*.~*) Local versions history file
__history/
__recovery/
*.~*
# ########## Castalia statistics file. Castalia add in Delphi XE7
*.stat
# ########## C++Builder
# (*.obj) C++ Object File
# (*.pch) C++ Precompiled Header File
# (*.o) C++ object file or compiled translation unit.
# (*.pch) C++ precompiled header file.
# ########## Misc Files
TestInsightSettings.ini
*.groupproj
.vscode
src-concept-helpers
*Icon.ico
dunitx-results.xml