Parcourir la source

Merge pull request #4220 from DeveloppeurPascal/patch-1

Added Delphi default compile/construct directories
Daniel Johnson il y a 11 mois
Parent
commit
5acb38ca8a
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12 0
      Delphi.gitignore

+ 12 - 0
Delphi.gitignore

@@ -26,6 +26,18 @@
 #*.obj
 #
 
+# Default Delphi compiler directories
+# Content of this directories are generated with each Compile/Construct of a project.
+# Most of the time, files here have not there place in a code repository.
+#Win32/
+#Win64/
+#OSX64/
+#OSXARM64/
+#Android/
+#Android64/
+#iOSDevice64/
+#Linux64/
+
 # Delphi compiler-generated binaries (safe to delete)
 *.exe
 *.dll