This is an automated email from the ASF dual-hosted git repository. avamingli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push: new 9f9d297c83 Ignore PAX file pax-cdbinit--1.0.sql 9f9d297c83 is described below commit 9f9d297c83567bd78ca0488ecf6a8f9cbc7a15d3 Author: Zhang Mingli <avamin...@gmail.com> AuthorDate: Fri May 16 13:20:19 2025 +0800 Ignore PAX file pax-cdbinit--1.0.sql This file is generated on-the-fly and should be ignored, else a untracked file will show as below each time building. Untracked files: (use "git add <file>..." to include in what will be committed) contrib/pax_storage/pax-cdbinit--1.0.sql Authored-by: Zhang Mingli avamin...@gmail.com --- contrib/pax_storage/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/pax_storage/.gitignore b/contrib/pax_storage/.gitignore index fd886196e1..51a328f84e 100644 --- a/contrib/pax_storage/.gitignore +++ b/contrib/pax_storage/.gitignore @@ -26,3 +26,4 @@ tools/**/*.txt # Executables /*.out !src/data/expected/*.out +pax-cdbinit--1.0.sql --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org