# Mac OS X dumps these all over the place.
.DS_Store

phpunit.xml

# Ignore the /vendor/ directory for people using composer
/vendor/

# If the vendor directory isn't being commited the composer.lock file should also be ignored
composer.lock

# Eclipse project file
.project
