From ff7c371a81437ec9f88b1134bcc322308b796a4e Mon Sep 17 00:00:00 2001 From: James Clarke Date: Sat, 26 Jan 2013 11:06:26 +0000 Subject: [PATCH] Ignore all .DS_Store files, not just the one in the project root. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a689360f1f..c3faf57741 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ /world # Mac filesystem dust -/.DS_Store +.DS_Store # intellij *.iml