merged branch Tobion/patch-6 (PR #4248)

Commits
-------

9af91a3 add composer to gitignore in 2.0

Discussion
----------

add composer to gitignore in 2.0

it was missing in 2.0 (so switching from master to 2.0 made these files appear as new)

---------------------------------------------------------------------------

by travisbot at 2012-05-10T13:20:31Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1294729) (merged 9af91a36 into 68eca0f9).
This commit is contained in:
Fabien Potencier 2012-05-11 18:10:13 +02:00
commit 0d697d2065

2
.gitignore vendored
View File

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