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/02/17 13:52:15 UTC

[maven-doxia-sitetools] branch master updated: Ignore .factorypath from Eclipse

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-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new c3e4eef  Ignore .factorypath from Eclipse
c3e4eef is described below

commit c3e4eef12418dba2734ecd1d5207ac4f4e34407b
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Feb 17 14:52:08 2022 +0100

    Ignore .factorypath from Eclipse
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8dc41a7..7c283e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ build
 .DS_Store
 .checkstyle
 *.versionsBackup
+.factorypath
\ No newline at end of file