exclude additional files from release builds

This commit is contained in:
John Bintz 2009-12-17 22:04:48 -05:00
parent e9dc0e1bf7
commit 6759df3f78
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if (!$zip_file = tempnam('', 'comicpress')) {
$zip_file .= '.zip';
$ignore_filters = array(
'#~$#', '#^\.#', '#^test$#', '#^build$#'
'#~$#', '#^\.#', '#^test$#', '#^build$#', '#^Makefile$', '#^phpunit.xml$#'
);
$renames = array(