From c35c498315585ea277167b131cb2f55ab1f37004 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Thu, 29 Oct 2015 12:21:23 +0100
Subject: [PATCH] ignore any clover.xml - which is generated by some phpunit
 calls

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index a6baffc6a59..531e372e607 100644
--- a/.gitignore
+++ b/.gitignore
@@ -115,3 +115,4 @@ Vagrantfile
 /tests/data/testimage-copy.png
 /config/config-autotest-backup.php
 /config/autoconfig.php
+clover.xml
-- 
GitLab