Skip to content

Commit 5acb38c

Browse files
authored
Merge pull request #4220 from DeveloppeurPascal/patch-1
Added Delphi default compile/construct directories
2 parents 3e8e195 + 6267e92 commit 5acb38c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Delphi.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
#*.obj
2727
#
2828

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+
2941
# Delphi compiler-generated binaries (safe to delete)
3042
*.exe
3143
*.dll

0 commit comments

Comments
 (0)