From a7808b12ec1da2a76ef3a8a94946732e214739f3 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 10 May 2019 14:24:57 +0200 Subject: [PATCH] Add README.org to dotfiles.sh exclude --- dotfiles.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles.sh b/dotfiles.sh index 2906185..00d6305 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -1,11 +1,11 @@ #!/bin/sh -# User-config-------------------------------- +# User-config--------------------------- PACKAGE_FILE="packages" -EXCLUDE_FILES=".git|${0#??}|$PACKAGE_FILE|.*.md$|screenshot.png" +EXCLUDE_FILES="${0#??}|$PACKAGE_FILE|.*.md$|.*README.org$|.git|screenshot.png" -# ------------------------------------------- +# -------------------------------------- if [ "$(dirname "$0")" != "." ]; then echo "Please run this script from the directory it resides."