This is an automated email from the ASF dual-hosted git repository. joemcdonnell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 0dd6c154c9f05223768900bff7058b1cdc769c1c Author: Peter Rozsa <pro...@cloudera.com> AuthorDate: Tue Jul 29 14:17:27 2025 +0200 IMPALA-14138: Include generated files in .gitignore Change-Id: Ie5079c87dd27c2391bee13937d69a3340e2a4fb1 Reviewed-on: http://gerrit.cloudera.org:8080/23223 Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> --- fe/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fe/.gitignore b/fe/.gitignore index be8164b87..4d58235ea 100644 --- a/fe/.gitignore +++ b/fe/.gitignore @@ -30,6 +30,10 @@ src/test/resources/hbase-site.xml # Generated core-site.xml file src/test/resources/core-site.xml +# Generated disabled block location core-site.xml files +src/test/resources/core-site-disabled-block-locations/ +src/test/resources/core-site_disabled_block_locations.xml + # Generated minicluster config src/test/resources/minicluster-conf.xml