makefile, rsync_upload ignoring .pyc files and vim cache.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
bc8f440391
commit
5da7cfab99
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,4 +17,4 @@ collectstatic:
|
|||
$(PY?) $(BASEDIR)/manage.py collectstatic
|
||||
|
||||
rsync_upload:
|
||||
rsync -avz -e "ssh -p $(SSH_PORT)" --exclude .git --exclude .ropeproject --exclude __pycache__ --exclude *.psd $(BASEDIR) $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
|
||||
rsync -avz -e "ssh -p $(SSH_PORT)" --exclude .git --exclude .ropeproject --exclude __pycache__ --exclude *.pyc --exclude *~ --exclude *.psd $(BASEDIR) $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
|
||||
|
|
Loading…
Reference in a new issue