pyrus / Pyrus_Developer

Developer tools for building PEAR compatible packages
7 stars 7 forks source link

pyrus make #3

Closed till closed 12 years ago

till commented 13 years ago

There seems to be no way to ignore files from pyrus make. We should add that.

Maybe automatically parse svn:ignore and .gitignore?

saltybeagle commented 13 years ago

Inside packagexmlsetup.php you can remove files:

<?php
unset($package->files['www/config.inc.php']);
unset($package->files['www/.htaccess']);
till commented 13 years ago

Thanks, I added an example for this to the generated file.

I'll work on supporting .gitignore and svn:ignore as well though.