From cfc659596e424203e2b13de731f341780be9df70 Mon Sep 17 00:00:00 2001 From: Manuel Naranjo Date: Mon, 15 Jul 2024 15:57:41 +0200 Subject: [PATCH] wip --- .gitattributes | 7 +++++-- .github/workflows/release_prep.sh | 2 +- bazeldnf/extensions.bzl | 5 ++--- bazeldnf/repositories.bzl | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index d4a5939..0c48c7e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,8 @@ docs/*.md linguist-generated=true # see https://git-scm.com/docs/git-archive/2.40.0#ATTRIBUTES # Exclude a bunch of paths to save some disk space e2e export-ignore -.aspect -.github +.aspect export-ignore +.github export-ignore +pkg/*/testdata export-ignore +tools/release export-ignore + diff --git a/.github/workflows/release_prep.sh b/.github/workflows/release_prep.sh index d68a38d..e4b70eb 100755 --- a/.github/workflows/release_prep.sh +++ b/.github/workflows/release_prep.sh @@ -37,7 +37,7 @@ PREBUILTS=$(jq \ cat >${PREFIX}/tools/integrity.bzl <