Skip to content

Commit

Permalink
Update .gitmodules ignore
Browse files Browse the repository at this point in the history
Since we aren't modifying Nimble or SwiftCheck, lets make it easier to work in git while Xcode 7 gets more stable.
  • Loading branch information
brentleyjones committed Jul 19, 2015
1 parent de82068 commit 89e4246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[submodule "Carthage/Checkouts/Nimble"]
path = Carthage/Checkouts/Nimble
url = https://github.com/Quick/Nimble.git
ignore = untracked
ignore = all
[submodule "Carthage/Checkouts/SwiftCheck"]
path = Carthage/Checkouts/SwiftCheck
url = https://github.com/brentleyjones/SwiftCheck.git
ignore = all

0 comments on commit 89e4246

Please sign in to comment.