Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions Delphi.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@

# 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/
# Most of the time, files here do not have a place in a code repository.
Win32/
Win64/
OSX64/
OSXARM64/
Android/
Android64/
iOSDevice64/
Linux64/
WinARM64EC/
Comment on lines +32 to +40
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the comments back to the start of these lines, or provide a justification for why you are removing them?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of the time, files are generated in these directories, that should not be placed in a repo.
So, if files were generated in these directories, the default of having comments at the start of these lines would cause the files to be added to GitHub.
So, removing the comments would prevent this situation.


# Delphi compiler-generated binaries (safe to delete)
*.exe
Expand Down Expand Up @@ -80,3 +81,6 @@ __recovery/

# Boss dependency manager vendor folder https://github.com/HashLoad/boss
modules/

# DUnitX test result
dunitx-results.xml