From 38cf1956fc69d3d5552efef04c1aa0b794a1d96c Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Mon, 8 Nov 2021 17:06:29 -0700 Subject: [PATCH] Stop stripping git, github, and CI config files from source distributions. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index cab4a2e9e43929..cefe6dee2a0fab 100644 --- a/Makefile +++ b/Makefile @@ -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