Skip to content
Snippets Groups Projects
Commit 6ae47777 authored by Thomas Pöchtrager's avatar Thomas Pöchtrager
Browse files

do not store .gitignore in the package

parent 2cd5ae2f
No related branches found
Tags cctools-845-ld64-136-1
No related merge requests found
......@@ -20,6 +20,7 @@ pushd $PACKAGE &>/dev/null
rm -rf .git
rm -f cctools*.tar.*
rm -f package.sh
rm -f .gitignore
popd &>/dev/null
XZ_OPT=-9 tar cJf $DIR/$PACKAGE.tar.xz *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment