Skip to content

Commit

Permalink
do not store .gitignore in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoechtrager committed Feb 15, 2014
1 parent 2cd5ae2 commit 6ae4777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.sh
Expand Up @@ -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 *
Expand Down

0 comments on commit 6ae4777

Please sign in to comment.