Skip to content

Commit fc05d64

Browse files
Added Delphi default compile/construct directories
1 parent 4488915 commit fc05d64

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)