Skip to content

Commit c536b68

Browse files
committed
also exclude .gitattributes
1 parent 6b4fa6b commit c536b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sed -ie "s/\"[\.0-9]*\"/\"$version\"/" version.h
5050

5151
# create a release directory tree
5252
# shellcheck disable=SC2046
53-
cp -p --parents $(git ls-files | grep -vE '^(.github/|REUSE\.toml|.gitignore|LICENSES/)') "$rel"
53+
cp -p --parents $(git ls-files | grep -vE '^(\.git|REUSE\.toml|LICENSES/)') "$rel"
5454

5555
# create tarball from the tree
5656
targz="$rel.tar.gz"

0 commit comments

Comments
 (0)