From 6ae47777a4f6ceb17c1d5fc2f9a1cb2e351828a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sat, 15 Feb 2014 16:35:44 +0100 Subject: [PATCH] do not store .gitignore in the package --- package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/package.sh b/package.sh index 7a5e7080..6b3e7b64 100755 --- a/package.sh +++ b/package.sh @@ -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 *