Skip to content

Commit

Permalink
Ignore github data in release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 11, 2019
1 parent f277704 commit b3bfd53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ echo "Delete various scripts and directories"
\rm -rf ISSUE_TEMPLATE.md;
\rm -rf PULL_REQUEST_TEMPLATE.md;
\rm -rf .tx;
\rm -rf .github;
\find pics/ -type f -name "*.eps" -exec rm -rf {} \;

echo "Creating tarball";
Expand Down

0 comments on commit b3bfd53

Please sign in to comment.