You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/02/10 16:57:02 UTC

[maven-scm] branch master updated: Add .DS_Store to gitignore

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git


The following commit(s) were added to refs/heads/master by this push:
     new 53f0a84  Add .DS_Store to gitignore
53f0a84 is described below

commit 53f0a840162407e1ef3b89956416cd10e36af5f3
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Feb 10 17:52:48 2022 +0100

    Add .DS_Store to gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c8945e1..2a3ae78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ build
 nbactions.xml
 maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsexe/src/test/repository/CVSROOT/history
 maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvsjava/src/test/repository/CVSROOT/history
+.DS_Store