From c380a3c3cdaa4475518ba79e69e5490a59e687d0 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 4 Aug 2014 07:09:42 -0700 Subject: [PATCH] Ignore .DS_Store files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c901bba..6d60f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ build/ *.png -*.log \ No newline at end of file +*.log + +.DS_Store \ No newline at end of file