From 63c9ad3155e9b90fa6a3d130985e6c5ef3522d86 Mon Sep 17 00:00:00 2001 From: Ryan Bottriell Date: Tue, 8 Mar 2022 07:58:49 -0800 Subject: [PATCH] Ingore build and dist in docker rpm builds Signed-off-by: Ryan Bottriell --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 2538503284..a4968bcf72 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,10 +1,12 @@ .git/ +build/ +dist/ target/ .vscode/ docs/ examples/ packages/ .github/ -__pycache__/ +**/__pycache__/ *.so *.egg-info/