From 1088b4b00fe52309a75aa8508d425010fa6cd475 Mon Sep 17 00:00:00 2001 From: Artem Date: Wed, 27 Feb 2013 11:43:05 +0200 Subject: [PATCH] Ignoring the ".DS_Store" files on OS X --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 32d72b6..6d21b3b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ alias # For testing bak .urchin.log + +.DS_Store