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

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


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

commit 34dae45da1b9ba66cfc037f8f4e6ee6f5127d9e2
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 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to