View | Details | Raw Unified
Collapse All | Expand All

(-) run-parts.c (-1 / +2 lines)
 Lines 120-126    Link Here 
            !fnmatch("*~", c, 0) ||
            !fnmatch("*~", c, 0) ||
            !fnmatch("*.pre_fcopy", c, 0) ||
            !fnmatch("*.pre_fcopy", c, 0) ||
            !fnmatch("*.notslocate", c, 0) ||
            !fnmatch("*.notslocate", c, 0) ||
            !fnmatch("*.disabled", c, 0) );
            !fnmatch("*.disabled", c, 0) ||
            !fnmatch(".keep", c, 0) );
}
}