# HG changeset patch # User Steve Losh # Date 1470413743 0 # Node ID 5959c910dc72e45b5bf852f388e4fd0c001fea51 # Parent 05dfef5b8af638f99bedb4943d18041edd72b7fc rsync less diff -r 05dfef5b8af6 -r 5959c910dc72 Makefile --- a/Makefile Fri Aug 05 16:15:15 2016 +0000 +++ b/Makefile Fri Aug 05 16:15:43 2016 +0000 @@ -12,5 +12,5 @@ cp build/silt /opt/silt/silt deploy: - rsync --exclude=build/silt --exclude=.hg -avz . silt:/home/sjl/silt2 + rsync --exclude=build/silt --exclude=.hg --exclude=silt.prof -avz . silt:/home/sjl/silt2 ssh silt make -C /home/sjl/silt2 /opt/silt/silt