This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 3ecb58c2bc Delete MacOS hidden file and add to .gitignore
3ecb58c2bc is described below
commit 3ecb58c2bcef49f41f8c66cbd43cad2118b0afc9
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 81171124ff..46615adb41 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]