Add README.org to dotfiles.sh exclude

This commit is contained in:
Riyyi
2019-05-10 14:24:57 +02:00
parent fadc9f0b7a
commit a7808b12ec
+3 -3
View File
@@ -1,11 +1,11 @@
#!/bin/sh #!/bin/sh
# User-config-------------------------------- # User-config---------------------------
PACKAGE_FILE="packages" 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 if [ "$(dirname "$0")" != "." ]; then
echo "Please run this script from the directory it resides." echo "Please run this script from the directory it resides."