# Filters appropriate for patchsyncs of distributed patches of rsync. # Remember to exclude the patch itself if it is inside the rsync source code! # Otherwise the aliasing will confuse patchsync! # These must be included so patchsync can complain about them. + *.orig + *.rej # Branches shouldn't need the distributed patches. Exclude them to avoid # aliasing in case the patch is inside the trunk and to avoid wasting time # resynchronizing a branch because an unrelated distributed patch changed. H /patches # Distributed patches don't include changes to these. # Note: This relies on your copy of rsync having a .cvsignore! If it is a # release version (as opposed to one from CVS), you need to put the # correct .cvsignore file in it. -C :C - CVS/ - /configure - /config.h.in - /proto.h - /rsync.1 - /rsyncd.conf.5 # Eclipse metadata, which shouldn't be synchronized. - /.project - /.settings - /.cproject - /.externalToolBuilders