Skip to content

Commit

Permalink
Added Carthage/Build to .gitignore
Browse files Browse the repository at this point in the history
When using the option `--use-submodules` with Carthage, the `Carthage/Build` directory shows in the submodule after `carthage build` making the submodule dirty.
  • Loading branch information
amarcadet committed May 21, 2016
1 parent 47151c3 commit 41cd4e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ DerivedData
#
# Pods/

# Carthage
Carthage/Build

### Xcode ###
build/
Expand All @@ -69,4 +71,4 @@ xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
*.xcuserstate

0 comments on commit 41cd4e9

Please sign in to comment.