We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac3477 commit 6b29300Copy full SHA for 6b29300
1 file changed
contrib/guix/libexec/make_release_tarball.sh
@@ -16,6 +16,7 @@ DISTNAME="$2"
16
17
git archive --prefix="${DISTNAME}/" HEAD |
18
tar -xp \
19
+ --exclude '*minisketch*' \
20
# end of tar options
21
tar \
22
--format=ustar \
0 commit comments