ignore composer.phar

for running unit tests the external dependencies are now managed using composer, so it's necessary to download compmoser.phar to install them.
This commit is contained in:
Tony Piper 2012-04-20 14:10:06 +01:00
parent ddca4bbdac
commit a72d7ef8f6

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
phpunit.xml
composer.lock
composer.phar
autoload.php
/vendor/