From 3efdb2e0be156de9dfdce44f1dfa421589f0534e Mon Sep 17 00:00:00 2001 From: leancode Date: Thu, 19 Jun 2014 17:56:21 +0200 Subject: [PATCH] update osx.gitignore to include Thumbs.db update osx.gitignore to include Thumbs.db --- Global/OSX.gitignore | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5e410368..962c64dc 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,20 +1,22 @@ -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +.DS_Store +.AppleDouble +.LSOverride +Thumbs.db + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk