This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 2f465eb357 Delete MacOS hidden file and add to .gitignore
2f465eb357 is described below
commit 2f465eb357f1e414aea7d287322bc4a3ada79ead
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]