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

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 0d6a534657 Delete MacOS hidden file and add to .gitignore
0d6a534657 is described below

commit 0d6a534657c841a14b60835b9dd1b509eb42a65f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 28 09:02:23 2024 +0000

    Delete MacOS hidden file and add to .gitignore
---
 .DS_Store  | Bin 6148 -> 0 bytes
 .gitignore |   1 +
 2 files changed, 1 insertion(+)

diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 1b83a3bed8..0000000000
Binary files a/.DS_Store and /dev/null differ
diff --git a/.gitignore b/.gitignore
index 18c361ce84..3634dc1cd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ output
 work
 build.properties
 mvn.properties
+.DS_Store
 .ant-targets-build.xml
 .checkstyle
 .classpath


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to