aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-07 19:25:01 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-07 19:25:01 +0100
commit626887a792d85ce5e56aadb19c5f196135983e41 (patch)
tree36359190ab2ff19b317d6f85ccf85e2acf2a3b76 /.gitignore
parent3dc122db8402a17cc2ffe015552d116d66243f1b (diff)
downloadvolse-hubzilla-626887a792d85ce5e56aadb19c5f196135983e41.tar.gz
volse-hubzilla-626887a792d85ce5e56aadb19c5f196135983e41.tar.bz2
volse-hubzilla-626887a792d85ce5e56aadb19c5f196135983e41.zip
Exclude phpunit cache from version control
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c77ee0466..8be384ae6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,8 @@ doc/html/
# external repositories for themes/addons
extend/
# files generated by phpunit
+tests/.cache
+tests/.phpunit.result.cache
tests/results/
## exclude IDE files