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 07:56:33 UTC

[maven-scm] branch master updated: Ignore .factorypath

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

michaelo 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 c52b5d7c7 Ignore .factorypath
c52b5d7c7 is described below

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

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

diff --git a/.gitignore b/.gitignore
index 2a3ae78fe..f03078a7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +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
\ No newline at end of file