Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-22 17:19:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-22 18:07:30 +0300
commiteb833767e863a6d7aeb1f198abe01619a794e057 (patch)
tree8c5d8630534cdd9b993cb357bf4914d4b23d806f /.gitignore
parent8f8fa5113afe4733facbabea81ae10563c84e203 (diff)
Move unit tests to tests/Unit
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 45aeefb36..84b1616df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@ composer.phar
.DS_Store
# test coverage
-tests/clover.xml
+tests/clover*.xml
# Node.js modules
node_modules/