From fe971611dfce12600c7b2fd2400f8874ae6f16f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 27 Feb 2019 13:34:44 -0300 Subject: [PATCH] Add .phpunit.result.cache to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c05e127de..a7be1647e7 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ phpcs.xml # PHPUnit phpunit.xml /test/bootstrap.php +.phpunit.result.cache # Jenkins /build/ # Netbeans ide stuff