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 3dd2328edb Allow users to add local scripts that will not be tracked by git 3dd2328edb is described below commit 3dd2328edbbfe42eacc7f9160c594d305e87f5ac Author: Igal Sapir <isa...@apache.org> AuthorDate: Fri Jun 14 12:11:29 2024 -0700 Allow users to add local scripts that will not be tracked by git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 41cd573f4f..d2f1ac409f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ mvn.properties .externalToolBuilders .fbprefs .idea +.local .project .sdkmanrc .settings --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org