Skip to content

Commit 0469d2a

Browse files
committed
.gitignore: Filter out the nested .kube cache
This directory is populating when the e2e suite is supplied with an output $ARTIFACTS_DIR, and the script that's responsible for gathering CI testing artifacts when a test case fails. Signed-off-by: timflannagan <[email protected]>
1 parent 70ec60a commit 0469d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,5 +455,5 @@ apiserver.key
455455

456456
!vendor/**
457457
test/e2e-local.image.tar
458-
458+
test/e2e/.kube
459459
dist/

0 commit comments

Comments
 (0)