From a1f0283221fd3e40c2a2832d5b0bcf0c77676240 Mon Sep 17 00:00:00 2001 From: Alexei Svitkine Date: Mon, 18 Jun 2012 19:15:37 -0400 Subject: [PATCH] Ignore .DS_Store files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f5302ab7..2a6e2f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # Backups *~ + +# Mac OS X metadata +*.DS_Store