This is an automated email from the ASF dual-hosted git repository.
lgajowy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 862dcd8 [BEAM-6946] add test-infra go vendor folder to gitignore
new 206b3ac Merge pull request #8179: [BEAM-6946] add test-infra go
vendor folder to gitignore
862dcd8 is described below
commit 862dcd859cd4d87b9ac51a6be3fb89ea6a4f325c
Author: Michael Luckey <[email protected]>
AuthorDate: Sat Mar 30 16:07:43 2019 +0100
[BEAM-6946] add test-infra go vendor folder to gitignore
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 8cc5c62..6a5feac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
**/.gogradle/**/*
**/gogradle.lock
**/build/**/*
+.test-infra/**/vendor/**/*
sdks/**/vendor/**/*
runners/**/vendor/**/*
**/.gradletasknamecache