# PhpStorm
/.idea

# Composer
/vendor

# Apache Ant
/.ant_targets

# Build artifacts and temporary files
/build/artifacts
/build/tmp
/tests/autoload.php

# PHP-CS-Fixer
/.php-cs-fixer.php
/.php-cs-fixer.cache

# PHPUnit
/.phpunit.cache
.phpunit.result.cache

# Temporary files generated by PHPT test runner
/tests/end-to-end/*.diff
/tests/end-to-end/*.exp
/tests/end-to-end/*.log
/tests/end-to-end/*.out
/tests/end-to-end/*.php
