From aca606ca4234ca9dbfd984bf5da7a0577afddbb0 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 18 Aug 2020 10:04:41 +0200 Subject: [PATCH] build: add .test-container-id to .gitignore Signed-off-by: Niels de Vos --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e94ff248..11ad010a8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,9 @@ e2e.test # docker build deploy/cephcsi/image/cephcsi -# build container +# cached container image IDs .devel-container-id +.test-container-id # detected 'docker' or 'podman' .container-cmd