Changeset 158

Show
Ignore:
Timestamp:
05/06/08 02:16:23 (8 months ago)
Author:
iteman
Message:

- Added '.#' to the exclude patterns.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Stagehand/TestRunner/DirectoryScanner.php

    r151 r158  
    7575                                      '~$', 
    7676                                      '\.bak$', 
    77                                       '^#.+#$' 
     77                                      '^#.+#$', 
     78                                      '^.#' 
    7879                                      ); 
    7980    private $_callback;