git @ Cat's Eye Technologies shelf / 9146eab
Don't try to link .git directory. Chris Pressey 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5858 for source in `find "$dir" $find_opts`; do
5959 base=`basename "$source"`
6060 case "$base" in
61 *.jpg|*.png)
61 *.jpg|*.png|.git)
6262 _shelf_verbose Skipping $base
6363 ;;
6464 ${skip_pat})