]> granicus.if.org Git - php/commitdiff
- MFB: do not add .cvsignore to the tests package
authorPierre Joye <pajoye@php.net>
Sat, 13 Dec 2008 11:59:34 +0000 (11:59 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 13 Dec 2008 11:59:34 +0000 (11:59 +0000)
win32/build/mkdist.php

index e66be3c39634d318d95400e7d2e41198af2e4ea3..44a7308d790418801ab39f5210036ddd0927e319 100644 (file)
@@ -333,7 +333,7 @@ function copy_dir($source, $dest)
 
        $d = opendir($source);
        while (($f = readdir($d)) !== false) {
-               if ($f == '.' || $f == '..' || $f == 'CVS') {
+               if ($f == '.' || $f == '..' || $f == 'CVS' || $f == '.cvsignore') {
                        continue;
                }
                $fs = $source . '/' . $f;