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.
1 parent 3d6f6f8 commit fde9f07Copy full SHA for fde9f07
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,12 @@
37
41
*.tds
38
42
*.dcu
39
43
*.lib
44
+*.a
45
+*.o
40
46
47
# Delphi autogenerated files (duplicated info)
48
*.cfg
49
+*.hpp
50
*Resource.rc
51
52
# Delphi local files (user-specific info)
0 commit comments