Explorar o código

Re-add README to the list of ignored files

Andrew Swistak %!s(int64=11) %!d(string=hai) anos
pai
achega
95e1ea785f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {