We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e246108 + fe00bd7 commit b01f38aCopy full SHA for b01f38a
Delphi.gitignore
@@ -20,6 +20,10 @@
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)
@@ -37,9 +41,13 @@
37
41
*.tds
38
42
*.dcu
39
43
*.lib
44
+*.a
45
+*.o
46
+*.ocx
40
47
48
# Delphi autogenerated files (duplicated info)
49
*.cfg
50
+*.hpp
51
*Resource.rc
52
53
# Delphi local files (user-specific info)
0 commit comments