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

isapir pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 148f88d22f Gitignore modules target directories
148f88d22f is described below

commit 148f88d22fc1fa3421ba91d7fdf62443390bea82
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

Reply via email to