]> source.dussan.org Git - gitignore.git/commitdiff
Added Delphi default compile/construct directories
authorPatrick Prémartin <patrick.premartin@developpeur-pascal.fr>
Thu, 29 Dec 2022 13:41:48 +0000 (14:41 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Dec 2022 13:41:48 +0000 (14:41 +0100)
Delphi.gitignore

index 9532800ba2240f67aff2d6cfa51cf5a9d97d1e26..8df99b676bab48e8b27ce6d1c36cada117ee6339 100644 (file)
 #*.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