From f5e8c5736775309ca39c9e46878c35989074c98b Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Tue, 21 Mar 2023 18:02:12 -0400 Subject: [PATCH] Add entries to .gitignore for generated bundle files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4e96ae37..eb1ed7a6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,12 @@ *.dll *.so *.dylib +.cache/ bin testbin/* +/bundle +/bundle_tmp* +/bundle.Dockerfile Dockerfile.cross # Development directory and tools @@ -28,3 +32,4 @@ kustomization.yaml *.swp *.swo *~ +.vscode/