Skip to content

Commit aeaf795

Browse files
committed
do not store .gitignore in the package
1 parent c7bd076 commit aeaf795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pushd $PACKAGE &>/dev/null
2020
rm -rf .git
2121
rm -f cctools*.tar.*
2222
rm -f package.sh
23+
rm -f .gitignore
2324
popd &>/dev/null
2425

2526
XZ_OPT=-9 tar cJf $DIR/$PACKAGE.tar.xz *

0 commit comments

Comments
 (0)