This is an automated email from the ASF dual-hosted git repository.
guohongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new 4f5a08f542 Add .gitignore and .ratignore for jenv
4f5a08f542 is described below
commit 4f5a08f5429ff905a2ebd96600b0966ba9e228ea
Author: Hongyu Guo <[email protected]>
AuthorDate: Mon Feb 5 11:50:58 2024 +0800
Add .gitignore and .ratignore for jenv
---
.gitignore | 3 +++
.ratignore | 3 +++
2 files changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9425771f74..7343583115 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,6 @@ nb-configuration.xml
# Local configuration file (sdk path, etc)
local.properties
+
+# jenv
+.java-version
diff --git a/.ratignore b/.ratignore
index 5b7442f8af..65bd8f2cec 100644
--- a/.ratignore
+++ b/.ratignore
@@ -47,3 +47,6 @@ site/js/**
# Images
site/img/*.png
site/favicon.ico
+
+# jenv
+.jenv-version