Skip to content

Commit

Permalink
Merge pull request pyrus#4 from till/master
Browse files Browse the repository at this point in the history
ignore
  • Loading branch information
till committed Jul 13, 2011
2 parents 9c6af4d + 5283694 commit ac5d36a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Pyrus/Developer/PackageFile/Commands.php
Expand Up @@ -535,6 +535,10 @@ class Main
\$compatible->dependencies['required']->package['pear2.php.net/PEAR2_Exception']->save();
\$compatible->dependencies['required']->package['pear2.php.net/PEAR2_MultiErrors']->save();
\$compatible->dependencies['required']->package['pear2.php.net/PEAR2_HTTP_Request']->save();
// ignore files
unset(\$package->files['www/config.inc.php']);
unset(\$package->files['www/.htaccess']);
*/
?>
");
Expand Down

0 comments on commit ac5d36a

Please sign in to comment.