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 4488915 commit fc05d64Copy full SHA for fc05d64
Delphi.gitignore
@@ -26,6 +26,18 @@
26
#*.obj
27
#
28
29
+# Default Delphi compiler directories
30
+# Content of this directories are generated with each Compile/Construct of a project.
31
+# Most of the time, files here have not there place in a code repository.
32
+#Win32/
33
+#Win64/
34
+#OSX64/
35
+#OSXARM64/
36
+#Android/
37
+#Android64/
38
+#iOSDevice64/
39
+#Linux64/
40
+
41
# Delphi compiler-generated binaries (safe to delete)
42
*.exe
43
*.dll
0 commit comments