Added .rsync to exclude certain files from the sdx wrap command
authorPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 3 Feb 2010 10:16:59 +0000 (10:16 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 3 Feb 2010 10:16:59 +0000 (10:16 +0000)
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
.rsync [new file with mode: 0644]

diff --git a/.rsync b/.rsync
new file mode 100644 (file)
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
+