From 8f67f9e384e2fd99fa5b5949a6ee4fa0de477488 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 2 Mar 2022 16:24:42 +1100 Subject: [PATCH] tools/packaging/kata-deploy/local-build: Add build to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This directory consists entirely of files built during a make kata-tarball, so it should not be committed to the tree. A symbolic link to this directory might be created during 'make tarball', ignore it as well. Signed-off-by: David Gibson [greg: - rearranged the subject to make the subsystem checker happy - also ignore the symbolic link created by `kata-deploy-binaries-in-docker.sh`] Signed-off-by: Greg Kurz (cherry picked from commit bad859d2f8d51aa72e563c30bac638c7415a5329) Signed-off-by: Fabiano FidĂȘncio --- .gitignore | 1 + tools/packaging/kata-deploy/local-build/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 tools/packaging/kata-deploy/local-build/.gitignore diff --git a/.gitignore b/.gitignore index 529bab04a7..ce97c7e983 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ src/agent/src/version.rs src/agent/kata-agent.service src/agent/protocols/src/*.rs !src/agent/protocols/src/lib.rs +build diff --git a/tools/packaging/kata-deploy/local-build/.gitignore b/tools/packaging/kata-deploy/local-build/.gitignore new file mode 100644 index 0000000000..567609b123 --- /dev/null +++ b/tools/packaging/kata-deploy/local-build/.gitignore @@ -0,0 +1 @@ +build/