search for: matchflg_ignore

Displaying 1 result from an estimated 1 matches for "matchflg_ignore".

2005 Jan 31
1
[patch] add "--ignore" option
...t;[%s] make_filter(%.*s, %s%s)\n", who_am_i(), (int)pat_len, pat, mflags & MATCHFLG_PERDIR_MERGE ? "per-dir-merge" - : mflags & MATCHFLG_INCLUDE ? "include" : "exclude", + : mflags & MATCHFLG_INCLUDE ? "include" + : mflags & MATCHFLG_IGNORE ? "ignore" : "exclude", listp->debug_type); } @@ -563,9 +564,10 @@ * case we add it back in here. */ if (verbose >= 2) { - rprintf(FINFO, "[%s] %scluding %s %s because of pattern %s%s%s\n", + rprintf(FINFO, "[%s] %sing %s %s because of patte...