This is an automated email from the ASF dual-hosted git repository. viktor pushed a commit to branch 4.0 in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 00782d3cbcdc03225627d3ed3e4814bd239cc710 Author: Viktor Somogyi-Vass <[email protected]> AuthorDate: Wed Feb 11 14:55:25 2026 +0100 MINOR: Add jenv and pipenv files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b4441daac72..c288ed096f5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ TAGS Vagrantfile.local /logs .DS_Store +Pipfile +.java-version config/server-* config/zookeeper-*
