From c117fe35d354d805be05dea7015e5a74d1a54df7 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Wed, 3 Feb 2010 10:16:59 +0000 Subject: [PATCH] Added .rsync to exclude certain files from the sdx wrap command Signed-off-by: Pat Thoyts --- .rsync | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .rsync diff --git a/.rsync b/.rsync new file mode 100644 index 0000000..6e6b55c --- /dev/null +++ b/.rsync @@ -0,0 +1,16 @@ +# Additional configuration for the rsync script that is used to wrap up +# the vfs. Ignore the following glob matches: +rignore_globs "*~" ".#*" "*.patch" "*.orig" "*.rej" +rignore opts \ + .rsync \ + $src/bin/ChangeLog \ + $src/nokit.tcl \ + $src/lib/autosocks \ + $src/lib/jabberlib/README \ + $src/lib/jabberlib/XMLFormat.tcl \ + $src/lib/jabberlib/wrapper.tcl.old \ + $src/lib/chatwidget/ChangeLog \ + $src/lib/chatwidget/chatwidget.man \ + $src/lib/tooltip/ChangeLog \ + $src/lib/tooltip/tooltip.man + -- 2.23.0