Commit Graph

11 Commits

Author SHA1 Message Date
Memmie Lenglet
9e92df704e
Add file used by HFS+ to handle the metadata zone
https://developer.apple.com/library/archive/technotes/tn/tn1150.html#HotFile
2025-07-30 05:37:07 +08:00
Memmie Lenglet
647cae16e7
Add folders used for software updates and app sandboxing 2025-07-30 05:33:11 +08:00
Memmie Lenglet
b27567d5be
Add flag file created by Spotlight
Flag file indicate that the drive can be used by Time Machine as a backup target
2025-07-30 05:21:38 +08:00
Memmie Lenglet
7b33adcda3
Add Mac OS 6 to 9 specific files
Metas databases (https://web.archive.org/web/20230328234043/https://support.apple.com/kb/TA46427?locale=en_US), Sherlock settings, Find By Content indexer folders (https://netatalk.io/docs/Special-Files-and-Folders, https://www.kb.cert.org/vuls/id/177243/)
2025-07-30 05:19:57 +08:00
Memmie Lenglet
1b3fb86582
Rename section
Files that start with ._ are resource forks: https://en.wikipedia.org/wiki/Resource_fork#Macintosh_file_systems
2025-07-30 05:15:04 +08:00
Mark Jaquith
7b35656e75 Use a character class to ignore Icon\r directories
This prevents the rule from ending in whitespace, which will get
stripped by tools like Ripgrep, causing any directory named "Icon" to be
invisible.
2025-02-28 19:56:44 -05:00
Danila Piatov
2bb963b16a .DS_Store is a file name, not an extension 2017-07-06 20:10:05 +02:00
Robert Simmons
9322d165f3
Fix capitalization and spacing of comments 2017-05-31 12:16:02 -04:00
Spencer Mathews
c02a4743f9 Add two CR characters to ignore Icon? 2017-03-28 14:42:51 -07:00
Spencer Mathews
d0d432aa8d Change macOS to UNIX line endings 2017-03-28 14:32:40 -07:00
Jonathan
899509f2f2 Rename OSX.gitignore to macOS.gitignore
Apple renames OS X to macOS. Announced @ WWDC 2016
2016-08-30 19:12:57 +02:00