X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/15f7732f4193e482df55e0843dbadac829f5d574..60ae18ef2c62ea5eb4d07d536532375a76548316:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index 03a25f23c..7d888439b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -54,7 +54,7 @@ process-archive: fi; \ if [ -d $$pt ]; then \ echo "Creating tarball $${pt}.tar" && \ - tar -cf $${pt}.tar $$pt -X "$$ignore"; \ + tar -cf $${pt}.tar $$pt --exclude-vcs -X "$$ignore"; \ rm -rf $${pt}; \ fi; \ done