You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/22 08:00:05 UTC

[maven-scm] 02/02: Ignore .factorypath

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

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

commit bf86295f0369b36ec14ea29e192a13aad20003b8
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 22 09:56:27 2022 +0200

    Ignore .factorypath
---
 .gitignore | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index c8945e163..a5b710ff6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,5 +11,7 @@ build
 .java-version
 .checkstyle
 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
+/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
+.factorypath