Bravo. I love seeing those files and the __MACOSX folder in zips. Especially when it's a (relatively) big open source project. I just chuckle, I've owned several Macs, they're a parasite.
.DS_Store for non-mac users
11–17 of 17 posts
Re: .DS_Store for non-mac users
#12Or you could just do
find -type d -exec touch {}/.DS_Store \;Re: .DS_Store for non-mac users
#13In seriousness, I'll just leave this here:
Re: .DS_Store for non-mac users
#14I'd like it better if Mac users stopped obnixiously including __MACOSX directories and files, which conflict when extracting, in their zip archives.
Blame Apple. The Finder does that when creating .zip archives.
Re: .DS_Store for non-mac users
#15He forgot to put .DS_Store files in his .gitignore.
Re: .DS_Store for non-mac users
#16[deleted]
Re: .DS_Store for non-mac users
#17As a windows user, I refer to these things as "mac turds" when I see them on network shares.