diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-12-04 15:59:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 15:59:46 +0100 |
commit | 72e6ca42db539203dc6c98cd50fbdbd60315524d (patch) | |
tree | 977ff4127c35e0944461c66800f151d435a5ba26 | |
parent | 254d4e096427bf6c8219247b1e1186e626478914 (diff) | |
parent | 57f0f6842b07a67b9a408fc126d9eb3a0ace5198 (diff) | |
download | nextcloud-server-72e6ca42db539203dc6c98cd50fbdbd60315524d.tar.gz nextcloud-server-72e6ca42db539203dc6c98cd50fbdbd60315524d.zip |
Merge pull request #18226 from nextcloud/ignore-phpunit-8-file
Ignore .phpunit.result.cache
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d0d8fe14122..4e6967c19d1 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,7 @@ Vagrantfile # Tests - auto-generated files /data-autotest +/tests/.phpunit.result.cache /tests/coverage* /tests/css /tests/karma-coverage |