exclude additional files from release builds
This commit is contained in:
parent
e9dc0e1bf7
commit
6759df3f78
|
@ -27,7 +27,7 @@ if (!$zip_file = tempnam('', 'comicpress')) {
|
|||
$zip_file .= '.zip';
|
||||
|
||||
$ignore_filters = array(
|
||||
'#~$#', '#^\.#', '#^test$#', '#^build$#'
|
||||
'#~$#', '#^\.#', '#^test$#', '#^build$#', '#^Makefile$', '#^phpunit.xml$#'
|
||||
);
|
||||
|
||||
$renames = array(
|
||||
|
|
Loading…
Reference in New Issue