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

philo 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 59134d56b [GLUTEN-4981] Add MacOS specific .DS_Store file to 
.gitignore (#4982)
59134d56b is described below

commit 59134d56ba03e25c8a9fbc712996c09879a1e065
Author: James Xu <[email protected]>
AuthorDate: Mon Mar 18 08:57:40 2024 +0800

    [GLUTEN-4981] Add MacOS specific .DS_Store file to .gitignore (#4982)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index ae93ffefe..782c515cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,9 @@
 # cache files
 *.cache
 
+# MacOS dir files
+.DS_Store
+
 # IDEA config files
 .idea/
 *.iml


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

Reply via email to