From 8478c871f3427b2c9494743d66a1ec00fbb1f645 Mon Sep 17 00:00:00 2001 From: William West Date: Wed, 11 Feb 2015 09:29:22 -0500 Subject: [PATCH] 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 --- Global/OSX.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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