Skip to content

Commit 519e3d4

Browse files
committed
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.
1 parent f231a6c commit 519e3d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ fastlane/report.xml
66
fastlane/test_output
77
fastlane/settoken.sh
88
/build
9+
Carthage/Build

0 commit comments

Comments
 (0)