From 1f66fc130ca72a955b3294805ff73abdb6a45a53 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 27 Apr 2019 18:17:15 +0200 Subject: [PATCH] Ignore .phpunit.result.cache in all directories --- .gitignore | 2 +- tests/end-to-end/regression/GitHub/2448/.gitignore | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 tests/end-to-end/regression/GitHub/2448/.gitignore 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 -