This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit be226be9bdce45128affb6e9f1cae4a7fbb0d695 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Tue Jan 10 21:55:14 2023 +0300 chore: add /src/dist-check/temp/ to .gitignore See https://github.com/apache/jmeter/issues/5762 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7f2b2e19a2..2400313e97 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ /src/protocol/*/build/ /src/protocol/*/bin/ /src/protocol/*/out/ +# This folder is generated by running one of the tests (HTML report?), so ignore it for now +# See https://github.com/apache/jmeter/issues/5762 +/src/dist-check/temp/ /dist/ /docs/ /local/
