]> git.ipfire.org Git - thirdparty/rsync.git/commit - exclude.c
- add_exclude() now takes a flag int and can optionally word-split
authorWayne Davison <wayned@samba.org>
Mon, 12 Apr 2004 17:42:32 +0000 (17:42 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 12 Apr 2004 17:42:32 +0000 (17:42 +0000)
commitf8f726449bb174935ac9306b7d3b354b5056423d
tree20ef3e21d5b269da4a213ef431c559ffd97dc809
parent357406ecb202e40c7c7e68ce5fd3307b1dbb6fa2
- add_exclude() now takes a flag int and can optionally word-split
  items and/or ignore +/- prefixes.
- add_exclude_file() changed to take the same flags as add_exclude().
- add_exclude_line() was removed since add_exclude() can now do its job.
- make_exclude() now takes a size-limited string without a +/- prefix.
- add_cvs_excludes() was changed to word-split the items that come from
  a .cvsignore file, and to ignore all +/- prefixes in all the ignore
  sources.  Since CVS doesn't check if its ignore items are directories,
  the dir-names (e.g. SCCS, CVS, etc.) no longer have a trailing slash
  (making our excludes match CVS's ignores more exactly).
exclude.c