This is an automated email from the ASF dual-hosted git repository. isapir pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new b3c5e1bc14 Gitignore modules target directories b3c5e1bc14 is described below commit b3c5e1bc142ddcd906c944b1360e10e2b4ad5f67 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3993b03abf..18c361ce84 100644 --- a/.gitignore +++ b/.gitignore @@ -47,8 +47,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-java17/target -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