You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2023/08/28 17:48:05 UTC

[beam] 22/22: add swift to git ignore

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 <ro...@frantil.com>
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