From e6ed894f391770b5cb520c080cede8e43ecdd350 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Thu, 28 Jun 2012 12:36:10 +0200 Subject: [PATCH] Ignore .DS_Store files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 28871201b..b810dafc0 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ dist/windows/Python27.zip *~ *.swp src/translations/translations.pot +*.DS_Store