Skip to content

Commit

Permalink
Add new .gitignore for test artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Sep 30, 2023
1 parent af3eb0f commit 7dd2b91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/testruns/
reproducible_images/

# caches
/tests/refs/
/tests/refs_extracted/
2 changes: 1 addition & 1 deletion tarball_multi_releases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ main()
local _pwd; _pwd=$(pwd)
cd "${archive_name:?}"
rm tarball*sh
rm -f README-before-1.7.md
rm -f README-before-1.7.md .gitignore
set -x
mv install.sh README* LICENCE* Notice* "${_pwd}"/_selected_versions/
)
Expand Down

0 comments on commit 7dd2b91

Please sign in to comment.