From c96e5e5d54080f7032bfc87e0c07f1826015cb4e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 8 Jan 2024 14:17:03 +0100 Subject: [PATCH] .gitignore: minor tweak Ignore local PHPUnit config override files by default, including a potential `phpunit10.xml` override file for the PHPUnit 10 `phpunit10.xml.dist` config file. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e541c7f6..d0e9fac0f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,10 @@ build/ghpages/vendor .phpcs.xml phpcs.xml -# Ignore PHPUnit results cache file. +# Ignore PHPUnit results cache file and local config overrides. .phpunit.result.cache +phpunit.xml +phpunit10.xml # Ignore temporary files for ghpages builds. phpdoc.xml