|
|
!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) ); |
} | } |
| |
| |