From 36ebe1a59688255a796e047de0ac273d4e5bc9d9 Mon Sep 17 00:00:00 2001 From: Nate West Date: Thu, 15 Jan 2015 11:28:08 -0500 Subject: [PATCH] Add Carthage build folder and explaination --- Swift.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index a3cd143a..8615121b 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -24,3 +24,10 @@ DerivedData # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control # # Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build