diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-29 12:21:23 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-29 12:21:23 +0100 |
commit | c35c498315585ea277167b131cb2f55ab1f37004 (patch) | |
tree | f3850de58c251b4ddcb5953b1455aa7f2e92e9d7 /.gitignore | |
parent | 530f7229e77d731eead7f1dc74296c62856a345b (diff) | |
download | nextcloud-server-c35c498315585ea277167b131cb2f55ab1f37004.tar.gz nextcloud-server-c35c498315585ea277167b131cb2f55ab1f37004.zip |
ignore any clover.xml - which is generated by some phpunit calls
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |