This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new 083b095d0 Add .DS_Store from Mac file system to .gitignore (#14)
083b095d0 is described below
commit 083b095d0e16ebe87317bf857db625b413d0ccb9
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jun 26 17:14:18 2025 +0000
Add .DS_Store from Mac file system to .gitignore (#14)
* Add Mac .DS_Store to .gitignore
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index deabfa161..a4d86edf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ out.xml
/out/
*.iml
.idea/
+.DS_Store
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]