This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.27.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 3204fa9b77e9d9050d3aaebfbca3f1c0eb57de6a Author: James Netherton <[email protected]> AuthorDate: Thu Jan 22 13:41:46 2026 +0000 Add IBM MQ client trace logs to .gitignore --- integration-tests/jms-ibmmq-client/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/jms-ibmmq-client/.gitignore b/integration-tests/jms-ibmmq-client/.gitignore new file mode 100644 index 0000000000..dd624c4358 --- /dev/null +++ b/integration-tests/jms-ibmmq-client/.gitignore @@ -0,0 +1,2 @@ +# IBM MQ Client trace logs +FFDC
