update
This commit is contained in:
parent
ec79c0d6ae
commit
9c1014ee5e
5 changed files with 28 additions and 10 deletions
|
|
@ -3,6 +3,6 @@
|
|||
#find * -name \*.py | xargs grep -l '[ ]*$' | xargs sed -i -e 's/[ ]*$//'
|
||||
rsync "$@" -vaxL --include \*.py \
|
||||
--exclude Toxygen.egg-info --exclude build \
|
||||
--exclude \*.pyc --exclude .pyl\* --exclude \*~ \
|
||||
--exclude \*.pyc --exclude .pyl\* --exclude \*.so --exclude \*~ \
|
||||
--exclude __pycache__ --exclude \*.egg-info --exclude \*.new \
|
||||
./ ../toxygen.git/|grep -v /$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue