Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

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 35b298d commit c0beb60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ testparser
unparse-date
unparse-ordinaldate
unparse-weekdate

# Carthage
Carthage/Build

0 comments on commit c0beb60

Please sign in to comment.