X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9c5e91f8484a4815d589d3fa81777c59559bc2dd..357406ecb202e40c7c7e68ce5fd3307b1dbb6fa2:/flist.c diff --git a/flist.c b/flist.c index f547d761..012e6f0f 100644 --- a/flist.c +++ b/flist.c @@ -997,7 +997,7 @@ static void send_directory(int f, struct file_list *flist, char *dir) if (strlcpy(p, ".cvsignore", MAXPATHLEN - offset) < MAXPATHLEN - offset) { add_exclude_file(&local_exclude_list, fname, - MISSING_OK, ADD_EXCLUDE); + XFLG_WORD_SPLIT | XFLG_NO_PREFIXES); } else { io_error |= IOERR_GENERAL; rprintf(FINFO,