.gitignore: exclude PHPUnit tests related files
commit049a05cf604fcd79943558d64942a5c937a47d4d
authorDamien Regad <dregad@mantisbt.org>
Sat, 6 Feb 2021 00:10:37 +0000 (6 01:10 +0100)
committerDamien Regad <dregad@mantisbt.org>
Sat, 6 Feb 2021 00:10:37 +0000 (6 01:10 +0100)
tree1e54e3db2e1aa2a5f5fea044816a6aea8e8ea503
parentfa3a5b869c76155034d8ae78f3118fa80b0f03d0
.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
.gitignore