484 ): |
484 ): |
485 # entry doesn't fit the given pattern |
485 # entry doesn't fit the given pattern |
486 continue |
486 continue |
487 |
487 |
488 if dirEntry.is_dir(): |
488 if dirEntry.is_dir(): |
|
489 if dirEntry.path in ignoreList: |
|
490 continue |
489 if dirEntry.is_symlink() and not followsymlinks: |
491 if dirEntry.is_symlink() and not followsymlinks: |
490 continue |
492 continue |
491 files += direntries( |
493 files += direntries( |
492 dirEntry.path, |
494 dirEntry.path, |
493 filesonly=filesonly, |
495 filesonly=filesonly, |