Project

General

Profile

« Previous | Next » 

Revision 7728

lib/common.Makefile: rsync: $(rsync): Also exclude .lk* lock files

View differences:

common.Makefile
79 79
# rsync
80 80
rsync* := "time" rsync$(if $(test), --dry-run) --archive --no-group --update \
81 81
--verbose --itemize-changes --progress
82
rsync := $(rsync*) --exclude=".svn/" --exclude="*\#" --exclude=".DS_Store"
82
rsync := $(rsync*) --exclude=".svn/" --exclude="*\#" --exclude=".DS_Store"\
83
--exclude=".lk*"
83 84
local := ./
84 85
localDirName := $(notdir $(realpath $(local)))
85 86
remote := $(remote_user)@$(remote_host):$(remote_basepath)/$(localDirName)/

Also available in: Unified diff