.gitignore: exclude PHPUnit tests related files

The following files should not be checked in:
- phpunit.phar: per documentation [1], it is PHP version-specific
- PHPUnit's cache file
- data files generated during tests execution

[1]: https://www.dokuwiki.org/devel:unittesting
This commit is contained in:
Damien Regad 2021-02-06 01:10:37 +01:00
parent fa3a5b869c
commit 049a05cf60
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -92,3 +92,7 @@ vendor/splitbrain/php-cli/screenshot*
vendor/splitbrain/php-cli/generate-api.sh
vendor/splitbrain/php-cli/apigen.neon
# PHPUnit tests
phpunit.phar
.phpunit.result.cache
_test/data/