From faadf5d02f3554c89861a58a0d08cb3e3965ccd2 Mon Sep 17 00:00:00 2001 From: Phanx Date: Mon, 4 Aug 2014 22:14:26 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dd6bbe7..4ae197c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,32 @@ -# OS files - +############### +# OSX garbage # +############### +._* +.apdisk +.AppleDB +.AppleDesktop +.AppleDouble +.directory .DS_Store .DS_Store? -._* +.LSOverride .Spotlight-V100 .Trashes +Network Trash Folder +Temporary Items + +################### +# Windows garbage # +################### +$RECYCLE.BIN/ Desktop.ini ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db + +################# +# Miscellaneous # +################# +.svn/ +__dev/ +__old/ +*.bak -- 1.7.9.5