From: William West Date: Wed, 11 Feb 2015 14:29:22 +0000 (-0500) Subject: Expand list of root-of-volume dotfiles X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1405%2Fhead;p=gitignore.git Expand list of root-of-volume dotfiles In addition to `.Spotlight-V100` and `.Trashes`, the following dotfiles may appear at the root of all OSX volumes (not just external disks): - `.DocumentRevisions-V100`: auto-save and versions storage - `.fseventsd`: file system event storage - `.Temporaryitems`: temp directory used by some applications instead of /tmp and /var/tmp - `.VolumeIcon.icns`: storage of custom icon for volume, if set --- diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5e410368..660b3135 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -8,9 +8,13 @@ Icon # Thumbnails ._* -# Files that might appear on external disk +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd .Spotlight-V100 +.TemporaryItems .Trashes +.VolumeIcon.icns # Directories potentially created on remote AFP share .AppleDB