Merge pull request #121195 from borg-land/rundir-ignore

Add rundir folder to gitignore
This commit is contained in:
Kubernetes Prow Robot 2023-10-13 03:52:34 +02:00 committed by GitHub
commit 0d63366bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -91,8 +91,9 @@ network_closure.sh
/_tmp/ /_tmp/
/doc_tmp/ /doc_tmp/
# Test artifacts produced by Jenkins jobs # Test artifacts produced by Prow/kubetest2 jobs
/_artifacts/ /_artifacts/
/_rundir/
# Go dependencies installed on Jenkins # Go dependencies installed on Jenkins
/_gopath/ /_gopath/