diff --git a/.gitignore b/.gitignore index c3130902dd7..9416cae5471 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /.idea /.php_cs /.php_cs.cache -/.phpunit.result.cache /build/documentation /build/logfiles /build/phar @@ -18,3 +17,4 @@ /tests/end-to-end/*.out /tests/end-to-end/*.php /vendor +.phpunit.result.cache diff --git a/tests/end-to-end/regression/GitHub/2448/.gitignore b/tests/end-to-end/regression/GitHub/2448/.gitignore deleted file mode 100644 index b6cc0e1fc32..00000000000 --- a/tests/end-to-end/regression/GitHub/2448/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.phpunit.result.cache -