Skip to content

Commit 07d6734

Browse files
Sacha0KristofferC
authored andcommitted
Stop stripping git, github, and CI config files from source distributions.
(cherry picked from commit 780ebea)
1 parent ae4035a commit 07d6734

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,6 @@ endif
461461
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
462462
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp
463463

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

468466
# Make tarball with only Julia code + stdlib tarballs

0 commit comments

Comments
 (0)