You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/05/01 07:27:44 UTC

[camel-quarkus] 01/12: Ignore grouped test module directories that exist in main, but do not exist in 2.13.x

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit cbe9a070e651c1dae93a0dd674f3f538a71ff94a
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Sun Apr 30 12:21:21 2023 +0200

    Ignore grouped test module directories that exist in main, but do not exist in 2.13.x
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4ed6ebafbb..65000d6fa6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
+# These do not exist in 2.13.x and so avoid them popping up when switching from main
+integration-tests-jvm/xml-grouped/
+integration-tests/dataformats-json-grouped/
+integration-tests/xml-grouped/
+
 # Maven
 target/
 pom.xml.tag