This is an automated email from the ASF dual-hosted git repository. hope pushed a commit to branch release-1.4 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 1e00fbbd5d87d58e90dc81fcdf4255abebc0fade Author: JingsongLi <[email protected]> AuthorDate: Sat Mar 28 19:40:49 2026 +0800 [hotfix] Add vortex jni ignore to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8b1d01ba8e..6d7a8a971e 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,7 @@ paimon-python/dev/log ### Misc ### *.swp .cache + +### Vortex lib ### + +*libvortex_jni*
