diff options
author | Joas Schilling <coding@schilljs.com> | 2019-12-04 13:22:25 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-12-04 13:22:25 +0100 |
commit | 57f0f6842b07a67b9a408fc126d9eb3a0ace5198 (patch) | |
tree | 2d5ce2858240495b2534e79ef7a47f048057daee /.gitignore | |
parent | 19935a6a26d70e0a7e9ee757f8519a11179bf1fd (diff) | |
download | nextcloud-server-57f0f6842b07a67b9a408fc126d9eb3a0ace5198.tar.gz nextcloud-server-57f0f6842b07a67b9a408fc126d9eb3a0ace5198.zip |
Ignore .phpunit.result.cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-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 |