From ff104c1544a11ba8cb573ec0ac6403639d9c9418 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 21 May 2017 11:01:34 -0700 Subject: [PATCH] Add .DS_Store to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d53404493..b517252e9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore +.DS_Store + ## Build generated build/ DerivedData/