X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0484b5b0b70dca6b99057833460b648787a47a70..9fdb334e8518d80914aa33282d718d9ee6809b30:/rsync.yo diff --git a/rsync.yo b/rsync.yo index f21ab819..890eaf39 100644 --- a/rsync.yo +++ b/rsync.yo @@ -636,16 +636,19 @@ a file should be ignored. The exclude list is initialized to: -quote(RCS/ SCCS/ CVS/ .svn/ CVS.adm RCSLOG cvslog.* tags TAGS .make.state -.nse_depinfo *~ #* .#* ,* *.old *.bak *.BAK *.orig *.rej .del-* -*.a *.o *.obj *.so *.Z *.elc *.ln core) +quote(RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS .make.state +.nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej +.del-* *.a *.olb *.o *.obj *.so *.exe *.Z *.elc *.ln core .svn/) then files listed in a $HOME/.cvsignore are added to the list and any -files listed in the CVSIGNORE environment variable (space delimited). +files listed in the CVSIGNORE environment variable (all cvsignore names +are delimited by whitespace). Finally, any file is ignored if it is in the same directory as a -.cvsignore file and matches one of the patterns listed therein. See -the bf(cvs(1)) manual for more information. +.cvsignore file and matches one of the patterns listed therein. +There is not currently a way to override an exclude rule read from +a local .cvsignore file. +See the bf(cvs(1)) manual for more information. dit(bf(--exclude=PATTERN)) This option allows you to selectively exclude certain files from the list of files to be transferred. This is most