1
0
mirror of https://github.com/github/gitignore synced 2024-11-09 21:38:51 +01:00

Merge pull request #4220 from DeveloppeurPascal/patch-1

Added Delphi default compile/construct directories
This commit is contained in:
Daniel Johnson 2024-05-29 12:33:20 -07:00 committed by GitHub
commit 5acb38ca8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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