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 2b34da89e1 Allow users to add local scripts that will not be tracked
by git
2b34da89e1 is described below
commit 2b34da89e1226f949e948ec7501eac6f861681e4
Author: Igal Sapir <[email protected]>
AuthorDate: Fri Jun 14 11:51:24 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 3e0daf152d..3993b03abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ mvn.properties
.externalToolBuilders
.fbprefs
.idea
+.local
.pmd
.project
.sdkmanrc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]