From 6e936ce8bb2b672bbacf96408b1304d509399972 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 13 Mar 2023 16:34:34 +0530 Subject: [PATCH] run_me.sh: do not copy dir '_OTHER' --- run_me.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_me.sh b/run_me.sh index f93276c..9739b4a 100755 --- a/run_me.sh +++ b/run_me.sh @@ -4,5 +4,6 @@ rsync \ --verbose --recursive --size-only --human-readable \ --progress --stats \ --itemize-changes --checksum \ - --exclude=".git" --exclude=".gitignore" --exclude="README.md" --exclude="run_me.sh" \ + --exclude=".git" --exclude=".gitignore" --exclude="README.md" \ + --exclude="run_me.sh" --exclude="_OTHER" \ ../dotfiles/ ~/ --dry-run