This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch branch-1.10 in repository https://gitbox.apache.org/repos/asf/avro.git
commit c5b1eab42d4df9bd45be6af004af3c009e9eb3bc Author: Ryan Skraba <[email protected]> AuthorDate: Tue Nov 17 17:49:22 2020 +0100 Exclude PHP test results from RAT. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9ee10b8..88be044 100644 --- a/pom.xml +++ b/pom.xml @@ -314,6 +314,7 @@ <exclude>lang/perl/blib/**/.exists</exclude> <exclude>vendor/**</exclude> <exclude>lang/php/vendor/**</exclude> + <exclude>lang/php/.phpunit.result.cache</exclude> <exclude>lang/ruby/Gemfile.lock</exclude> <exclude>lang/ruby/avro.gemspec</exclude> <exclude>lang/ruby/.gem/**</exclude>
