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