Skip to content

Commit db7d8ca

Browse files
committed
Adding new excludables in the ignore file
1 parent 7dfb382 commit db7d8ca

1 file changed

Lines changed: 77 additions & 72 deletions

File tree

.gitignore

Lines changed: 77 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,77 @@
1-
# Uncomment these types if you want even more clean repository. But be careful.
2-
# It can make harm to an existing project source. Read explanations below.
3-
#
4-
# Resource files are binaries containing manifest, project icon and version info.
5-
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
6-
#*.res
7-
#
8-
# Type library file (binary). In old Delphi versions it should be stored.
9-
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
10-
#*.tlb
11-
#
12-
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
13-
# Uncomment this if you are not using diagrams or use newer Delphi version.
14-
#*.ddp
15-
#
16-
# Visual LiveBindings file. Added in Delphi XE2.
17-
# Uncomment this if you are not using LiveBindings Designer.
18-
#*.vlb
19-
#
20-
# Deployment Manager configuration file for your project. Added in Delphi XE2.
21-
# Uncomment this if it is not mobile development and you do not use remote debug feature.
22-
#*.deployproj
23-
#
24-
# C++ object files produced when C/C++ Output file generation is configured.
25-
# Uncomment this if you are not using external objects (zlib library for example).
26-
#*.obj
27-
#
28-
29-
# Delphi compiler-generated binaries (safe to delete)
30-
*.exe
31-
*.dll
32-
*.bpl
33-
*.bpi
34-
*.dcp
35-
*.so
36-
*.apk
37-
*.drc
38-
*.map
39-
*.dres
40-
*.rsm
41-
*.tds
42-
*.dcu
43-
*.lib
44-
*.a
45-
*.o
46-
*.ocx
47-
48-
# Delphi autogenerated files (duplicated info)
49-
*.cfg
50-
*.hpp
51-
*Resource.rc
52-
53-
# Delphi local files (user-specific info)
54-
*.local
55-
*.identcache
56-
*.projdata
57-
*.tvsconfig
58-
*.dsk
59-
60-
# Delphi history and backups
61-
__history/
62-
__recovery/
63-
*.~*
64-
65-
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
66-
*.stat
67-
68-
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
69-
modules/
70-
71-
#Resources dir
72-
resources/
1+
# Uncomment these types if you want even more clean repository. But be careful.
2+
# It can make harm to an existing project source. Read explanations below.
3+
#
4+
# Resource files are binaries containing manifest, project icon and version info.
5+
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
6+
#*.res
7+
#
8+
# Type library file (binary). In old Delphi versions it should be stored.
9+
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
10+
#*.tlb
11+
#
12+
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
13+
# Uncomment this if you are not using diagrams or use newer Delphi version.
14+
#*.ddp
15+
#
16+
# Visual LiveBindings file. Added in Delphi XE2.
17+
# Uncomment this if you are not using LiveBindings Designer.
18+
#*.vlb
19+
#
20+
# Deployment Manager configuration file for your project. Added in Delphi XE2.
21+
# Uncomment this if it is not mobile development and you do not use remote debug feature.
22+
#*.deployproj
23+
#
24+
# C++ object files produced when C/C++ Output file generation is configured.
25+
# Uncomment this if you are not using external objects (zlib library for example).
26+
#*.obj
27+
#
28+
29+
# Delphi compiler-generated binaries (safe to delete)
30+
*.exe
31+
*.dll
32+
*.bpl
33+
*.bpi
34+
*.dcp
35+
*.so
36+
*.apk
37+
*.drc
38+
*.map
39+
*.dres
40+
*.rsm
41+
*.tds
42+
*.dcu
43+
*.lib
44+
*.a
45+
*.o
46+
*.ocx
47+
*.res
48+
49+
# Delphi autogenerated files (duplicated info)
50+
*.cfg
51+
*.hpp
52+
*Resource.rc
53+
54+
# Delphi local files (user-specific info)
55+
*.local
56+
*.identcache
57+
*.projdata
58+
*.tvsconfig
59+
*.dsk
60+
*AndroidManifest.template.xml
61+
62+
# Delphi history and backups
63+
__history/
64+
__recovery/
65+
*.~*
66+
67+
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
68+
*.stat
69+
70+
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
71+
modules/
72+
73+
#Resources dir
74+
resources/
75+
76+
#Library dir
77+
lib/

0 commit comments

Comments
 (0)