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

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new ffa13b12eb Build: Add .java-version to gitignore (#11167)
ffa13b12eb is described below

commit ffa13b12eb019480a6fff5a4867301f2c0623b33
Author: Yujiang Zhong <[email protected]>
AuthorDate: Thu Sep 19 14:33:12 2024 +0800

    Build: Add .java-version to gitignore (#11167)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index e89662a10c..e4c9e1a16a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,6 @@ metastore_db/
 # Spark/metastore files
 spark-warehouse/
 derby.log
+
+# jenv
+.java-version

Reply via email to