X Tutup
The Wayback Machine - https://web.archive.org/web/20210210090247/https://github.com/github/gitignore/pull/3641
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore ._*.sln files generated by MacOS finder #3641

Open
wants to merge 1 commit into
base: master
from

Conversation

@grant-unwin
Copy link

@grant-unwin grant-unwin commented Feb 2, 2021

Ignores MacOS generated ._SolutionName.sln files.

"They're created to store file information that would otherwise go into an extended attribute on HFS+ (Apple native) or Unix/UFS volumes; in earlier Mac OS this would be the resource fork. Finder file operations will create them automatically to store the icon information, plus Time Machine stores some information in them so if you copy a file backed up via TM it will have that information copied as well."

https://apple.stackexchange.com/a/14981

Reasons for making this change:

This is a binary file, that is not generated by Visual Studio, it is generated by MacOS.

Links to documentation supporting these rule changes:

https://apple.stackexchange.com/a/14981

Ignores MacOS generated ._SolutionName.sln files.

"They're created to store file information that would otherwise go into an extended attribute on HFS+ (Apple native) or Unix/UFS volumes; in earlier Mac OS this would be the resource fork. Finder file operations will create them automatically to store the icon information, plus Time Machine stores some information in them so if you copy a file backed up via TM it will have that information copied as well."

https://apple.stackexchange.com/a/14981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
X Tutup