Skip to content

Commit b01f38a

Browse files
committed
Merge pull request #1757 from Arvur/master
Delphi: More extensions to ignore
2 parents e246108 + fe00bd7 commit b01f38a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Delphi.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
# Deployment Manager configuration file for your project. Added in Delphi XE2.
2121
# Uncomment this if it is not mobile development and you do not use remote debug feature.
2222
#*.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
2327
#
2428

2529
# Delphi compiler-generated binaries (safe to delete)
@@ -37,9 +41,13 @@
3741
*.tds
3842
*.dcu
3943
*.lib
44+
*.a
45+
*.o
46+
*.ocx
4047

4148
# Delphi autogenerated files (duplicated info)
4249
*.cfg
50+
*.hpp
4351
*Resource.rc
4452

4553
# Delphi local files (user-specific info)

0 commit comments

Comments
 (0)