Skip to content

Commit

Permalink
Ignore the .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed May 26, 2011
1 parent 6cc3bcf commit f583dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$package->addMaintainer('lead', 'jon', 'Jon Parise', 'jon@php.net');
$package->addMaintainer('lead', 'chagenbu', 'Chuck Hagenbuch', 'chuck@horde.org');
$package->addMaintainer('lead', 'yunosh', 'Jan Schneider', 'jan@horde.org');
$package->addIgnore(array('package.php', 'phpdoc.sh', 'package.xml'));
$package->addIgnore(array('.gitignore', 'package.php', 'phpdoc.sh', 'package.xml'));
$package->addPackageDepWithChannel('optional', 'DB', 'pear.php.net', '1.3');
$package->addPackageDepWithChannel('optional', 'MDB2', 'pear.php.net', '2.0.0RC1');
$package->addPackageDepWithChannel('optional', 'Mail', 'pear.php.net');
Expand Down

0 comments on commit f583dd6

Please sign in to comment.