From 9fd0ae56d12afae098e921804fba53f822660147 Mon Sep 17 00:00:00 2001 From: Larry Aasen Date: Sun, 27 Apr 2014 15:08:25 -0400 Subject: [PATCH] Added .DS_Store to the Objective-C gitignore file. --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index a3cd143a..3a9ba76c 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -13,6 +13,7 @@ xcuserdata *.xccheckout *.moved-aside DerivedData +.DS_Store *.hmap *.ipa *.xcuserstate