From 192ffb4d2fd10ec35b8f3e41261ddcb5dab0747f Mon Sep 17 00:00:00 2001 From: Tor Houghton Date: Fri, 12 Oct 2012 11:55:43 +0200 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6f63200c44..f953f8a9a5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ tests lint.xml local.properties ant.properties +.DS_Store