Просмотр исходного кода

Re-add README to the list of ignored files

Andrew Swistak 11 лет назад
Родитель
Сommit
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() {