.gitignore: ignore e2e kubeconfig

This commit ensures that the kubeconfig created by kind as part of the
e2e tests is ignored by Git.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín 2021-07-05 18:05:47 +02:00
parent d2fa4cc0b8
commit d2374a2921
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
.push*
bin/
tmp/
e2e/kind.yaml