소스 검색

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() {