Преглед на файлове

Re-add README to the list of ignored files

Andrew Swistak преди 11 години
родител
ревизия
95e1ea785f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      scripts/install_dotfiles.sh

+ 1 - 1
scripts/install_dotfiles.sh

@@ -2,7 +2,7 @@
 
 # BASH_SOURCE means the directory location of this bash script
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
-exclude=("scripts")
+exclude=("scripts" "README.md")
 configs=("conky" "openbox" "tint2")
 
 elemIn() {