This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 8d16858f29f5c0ef0d5c03c48db693bbdae64c0f Author: Xuebin Su <[email protected]> AuthorDate: Wed Jul 17 10:46:46 2024 +0800 IMPALA-13231: Gitignore auto-generated files for ranger Previously, some files generated from templates by `setup-ranger.sh` are not ignored by Git. This patch fixes the issue by adding those files to `.gitignore`. Change-Id: I3057b136643412f686352f3188bf7e2b801626bd Reviewed-on: http://gerrit.cloudera.org:8080/21590 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- testdata/cluster/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testdata/cluster/.gitignore b/testdata/cluster/.gitignore index af83e70da..e28acb16c 100644 --- a/testdata/cluster/.gitignore +++ b/testdata/cluster/.gitignore @@ -7,4 +7,6 @@ /ranger/setup/impala_group.json /ranger/setup/impala_group_owner.json /ranger/setup/impala_user_non_owner.json +/ranger/setup/impala_user_non_owner_2.json /ranger/setup/impala_user_owner.json +/ranger/setup/all_database_policy_revised.json
