From 100d53d595dddfd28298ffeccabb04f64b2a7175 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 5 May 2022 13:26:25 +0530 Subject: [PATCH] cleanup: add unwanted files to gitignore This is the exact copy of the gitignore from the devel branch to ignore files from the git. Signed-off-by: Madhu Rajanna --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index e62b9894a..a1bad3c1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,24 @@ +# build directory +_output + +# e2e test executable +e2e.test + +# docker build +deploy/cephcsi/image/cephcsi + +# cached container image IDs +.devel-container-id .test-container-id + +# detected 'docker' or 'podman' +.container-cmd + +# git merge files +*.orig +*.patch +*.rej + +# generated golangci-lint configuration +scripts/golangci.yml +scripts/golangci.yml.buildtags.in