Skip to content

Commit 7592ea6

Browse files
authored
Ignore SwiftPM gen'd files in style (#6162)
1 parent ad06c60 commit 7592ea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/style.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ s%^./%%
139139
\%^Debug/% d
140140
\%^Release/% d
141141
\%^cmake-build-debug/% d
142+
\%^.build/% d
143+
\%^.swiftpm/% d
142144
143145
# pod gen output
144146
\%^gen/% d

0 commit comments

Comments
 (0)