This is an automated email from the ASF dual-hosted git repository.

jackylee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 43bf2fc355 Exclude metastore_db from git (#7871)
43bf2fc355 is described below

commit 43bf2fc3559808512310f0badcd4bad224346b40
Author: Kaifei Yi <[email protected]>
AuthorDate: Fri Nov 8 17:58:13 2024 +0800

    Exclude metastore_db from git (#7871)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index d30ea813ac..4ea83cbf7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,3 +95,6 @@ dist/
 
 /cpp-ch/local-engine/Parser/*_udf
 !/cpp-ch/local-engine/Parser/example_udf
+
+# For Hive
+metastore_db/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to