This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch swift-sdk in repository https://gitbox.apache.org/repos/asf/beam.git
commit bcf017ccb32f3187cfc4cfd9fa37c48c1aa36273 Author: Robert Burke <[email protected]> AuthorDate: Mon Aug 28 09:53:20 2023 -0700 add swift to git ignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d69995de84e..2dc67ebee10 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ **/.nb-gradle/**/* **/gogradle.lock **/build/**/* +**/sdks/swift/.build/**/* .test-infra/**/vendor/**/* sdks/**/vendor/**/* runners/**/vendor/**/* @@ -59,6 +60,9 @@ sdks/python/postcommit_requirements.txt sdks/python/.coverage sdks/python/coverage.xml +# Ignore files generated by the Swift build process. +sdks/swift/.build/**/* + # Ignore IntelliJ files. **/.idea/**/* **/*.iml
