This is an automated email from the ASF dual-hosted git repository.
alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new 8438ee73d [misc] Add .java-version to gitignore
8438ee73d is described below
commit 8438ee73d9bb8988d80af38d45f545565c8581cc
Author: zchovan <[email protected]>
AuthorDate: Fri Mar 7 10:11:57 2025 +0100
[misc] Add .java-version to gitignore
When using jenv[0] to set local java version, it places a .java-version
file to the directoy. Adding it to the gitignore file to avoid
adding it to a changeset accidentally.
[0] https://github.com/jenv/jenv
Change-Id: I17da8c1f7f1be6ca0257253b8649f6f9415a56df
Reviewed-on: http://gerrit.cloudera.org:8080/22595
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
---
java/.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/java/.gitignore b/java/.gitignore
index d09c9c692..36748ab0d 100644
--- a/java/.gitignore
+++ b/java/.gitignore
@@ -37,3 +37,6 @@ gradle/wrapper/*.jar
.idea/
classes
**/out
+
+# jenv
+.java-version