Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Avoid dirty submodules for Carthage users #21

Merged
merged 1 commit into from
Feb 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Avoid dirty submodules for Carthage users
Carthage creates the directory `Carthage/Build` for every submodules when using `carthage update --submodule`.
This behavior leads to dirty submodule.
After this patch, `Carthage/Build` in R.swift.Library will be ignored, so the submodule do not get dirty.
  • Loading branch information
Kuniwak committed Feb 9, 2017
commit 519e3d4d9a97de3ebd4b27e5d444a4c6e7a9dfb3
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -6,3 +6,4 @@ fastlane/report.xml
fastlane/test_output
fastlane/settoken.sh
/build
Carthage/Build