From 57f0f6842b07a67b9a408fc126d9eb3a0ace5198 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 4 Dec 2019 13:22:25 +0100 Subject: [PATCH] Ignore .phpunit.result.cache Signed-off-by: Joas Schilling --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d0d8fe14122..4e6967c19d1 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,7 @@ Vagrantfile # Tests - auto-generated files /data-autotest +/tests/.phpunit.result.cache /tests/coverage* /tests/css /tests/karma-coverage