Skip to content

Commit

Permalink
Stop stripping git, github, and CI config files from source distribut…
Browse files Browse the repository at this point in the history
…ions.
  • Loading branch information
Sacha0 committed Nov 12, 2021
1 parent 5e2894b commit 780ebea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ endif
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp

# Exclude git, github and CI config files
git ls-files | sed -E -e '/^\..+/d' -e '/\/\..+/d' -e '/appveyor.yml/d' >> light-source-dist.tmp
find doc/_build/html >> light-source-dist.tmp

# Make tarball with only Julia code + stdlib tarballs
Expand Down

0 comments on commit 780ebea

Please sign in to comment.