Skip to content

Commit

Permalink
exclude more files from being copied
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jul 8, 2014
1 parent 5dd2df1 commit fd53b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dir="`dirname "$script"`"
find "$dir" -maxdepth 1 | while read file; do

case "$file" in
"$dir"|"$dir/.git"|"$dir/.gitignore"|"$dir/README.markdown"|*.swp|"$script")
"$dir"|"$dir/.git"|"$dir/.gitignore"|"$dir/README.md"|"$dir/Brewfile"|"$dir/com.googlecode.iterm2.plist"|"$dir/zshrc_includes"|"$dir/itunes_app_updater.scpt"|*.swp|"$script")
continue
;;
esac
Expand Down

0 comments on commit fd53b36

Please sign in to comment.