aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 878f33f67..0a7dcde8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,9 +48,10 @@ doc/html/
.zotshrc
# external repositories for themes/addons
extend/
-# files generated by phpunit
+
+# exclude test results and cache
tests/.cache
-tests/.phpunit.result.cache
+tests/.phpunit*
tests/results/
## exclude IDE files
@@ -67,7 +68,6 @@ nbproject/
# PHPStorm
.idea/
-
## composer
# locally installed composer binary
composer.phar
@@ -87,6 +87,7 @@ vendor/bin/php-parse
vendor/bin/phpcbf
vendor/bin/phpcs
vendor/bin/phpmd
+vendor/bin/phpstan*
vendor/bin/phpunit
vendor/composer/pcre/
vendor/composer/xdebug-handler/
@@ -98,6 +99,7 @@ vendor/pdepend/
vendor/phar-io/
vendor/php-mock/
vendor/phpmd/
+vendor/phpstan
vendor/phpunit/
vendor/psr/container/
vendor/sebastian/