This is an automated email from the ASF dual-hosted git repository. isapir pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new adb586e966 Gitignore modules target directories adb586e966 is described below commit adb586e9668a45548b331719f0a4f7b7daaccc98 Author: Igal Sapir <isa...@apache.org> AuthorDate: Sun Oct 6 14:41:52 2024 -0700 Gitignore modules target directories Ignore the current modules/openssl-java21/target and similar past and future versions --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d2f1ac409f..81171124ff 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,7 @@ thumbs.db Thumbs.db bin/setenv.* java/org/apache/catalina/startup/catalina.properties +modules/**/target modules/jdbc-pool/bin modules/jdbc-pool/includes -modules/openssl-foreign/target webapps/docs/jdbc-pool.xml --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org