From 771ad365e4a5b67309827e443647728b652bf8c2 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 13 Nov 2010 05:51:29 +0800 Subject: [PATCH] Added few files to OSX.gitignore Ignore files generated by OS X that might appear on external disks: .Spotlight-V100 .Trashes --- Global/OSX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 6bcf47e9..f698b569 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -4,6 +4,10 @@ Icon? # Thumbnails ._* +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + # ack & vim swap files .ackrc *.swp