rsyncrepo: ignore mypy cache
This commit is contained in:
parent
adcfb11f72
commit
02baadae0d
|
@ -10,7 +10,7 @@ _parse_rsync_args() {
|
||||||
# reset pre-defined variables that are read and manipulated throughout this function
|
# reset pre-defined variables that are read and manipulated throughout this function
|
||||||
unset JUMPHOST
|
unset JUMPHOST
|
||||||
# arrays are bash or zsh specific
|
# arrays are bash or zsh specific
|
||||||
RSYNC_OPTS=("-rlptzv" "--progress" "--delete" "--exclude=.git" "--exclude=.vscode" "--exclude=result" "--exclude=channels/")
|
RSYNC_OPTS=("-rlptzv" "--progress" "--delete" "--exclude=.git" "--exclude=.vscode" "--exclude=result" "--exclude=channels/" "--exclude=.mypy_cache")
|
||||||
|
|
||||||
while getopts ':Jj:' OPT; do
|
while getopts ':Jj:' OPT; do
|
||||||
case $OPT in
|
case $OPT in
|
||||||
|
|
Loading…
Reference in a new issue