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

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

+1
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)