From eaff6898a427713c5b18feaf54d201a2c90f0be9 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 13 Oct 2021 14:54:55 -0400 Subject: [PATCH] Ignore files generated by bundle / catalog Make targets --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 493c6418..d154a6f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ *~ .cache/ /bin +/bundle +/bundle_tmp* +/bundle.Dockerfile