From 27b17fe3c96f93bea9248df66a13a3e282a82893 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Wed, 23 Mar 2022 17:42:39 +0100 Subject: exclude .local files from distributed tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e283aa1..37bae6d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: complete complete: checkenv tempdirs tarball removedirs distrib removetar tarball: - rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .gnupg .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank .vimrc --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/ + rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .gnupg .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank .vimrc --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' --exclude='*.local' distribute/tar/ tar -C distribute/tar -cvJf dotfiles.tar.xz . rm -rf distribute/tar -- cgit v1.2.3