From c03df422adcea71a733b790132625b79699c73d6 Mon Sep 17 00:00:00 2001 From: mauro-mulatero Date: Thu, 12 Mar 2026 14:46:41 +0100 Subject: [PATCH 1/2] Fixed gitignore filters for build subfolders in images folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c95a1f4b3d..e779e7b3070 100644 --- a/.gitignore +++ b/.gitignore @@ -27,5 +27,6 @@ __pycache__/ /.gita/ /.gita-workspace.csv build -!images/autosd_x86_64/build/ +!images/**/build/ +!images/**/build/** artifacts From cf253782d1aa5a80a6c16922a5bb59e2fc3bae7f Mon Sep 17 00:00:00 2001 From: mauro-mulatero Date: Thu, 12 Mar 2026 17:55:56 +0100 Subject: [PATCH 2/2] build filter rule updated --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e779e7b3070..b719861b67c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,5 @@ __pycache__/ /score_*/ /.gita/ /.gita-workspace.csv -build -!images/**/build/ -!images/**/build/** +/build artifacts