From dccf24c943d70a5d7c5b44d042314e8bffd2c938 Mon Sep 17 00:00:00 2001 From: "E. Maloney" Date: Fri, 1 May 2015 01:09:33 -0700 Subject: [PATCH] added .DS_Store to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 443a64b..b47b562 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store #Xcode *.pbuser *.mode1v3 @@ -5,4 +6,4 @@ *.perspectivev3 *.xcuserstate project.xcworkspace/ -xcuserdata/ \ No newline at end of file +xcuserdata/