You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/05/19 18:00:06 UTC

[isis] branch master updated: ISIS-1903: add to gitignore /.factorypath

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new df03029  ISIS-1903: add to gitignore /.factorypath
df03029 is described below

commit df030295967e9d8b4236f32a48ad23eceb6c11d3
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat May 19 19:59:59 2018 +0200

    ISIS-1903: add to gitignore /.factorypath
    
    originating from eclipse projects utilizing annotation processing
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1903
---
 example/application/helloworld/.gitignore              | 1 +
 example/application/simpleapp/module-simple/.gitignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/example/application/helloworld/.gitignore b/example/application/helloworld/.gitignore
index e859485..83e3db4 100644
--- a/example/application/helloworld/.gitignore
+++ b/example/application/helloworld/.gitignore
@@ -39,3 +39,4 @@ pom.xml.versionsBackup
 
 rebel.xml
 translations.pot
+/.factorypath
diff --git a/example/application/simpleapp/module-simple/.gitignore b/example/application/simpleapp/module-simple/.gitignore
index 72b06ac..726d3a0 100644
--- a/example/application/simpleapp/module-simple/.gitignore
+++ b/example/application/simpleapp/module-simple/.gitignore
@@ -4,3 +4,4 @@ translations.pot
 gradle/wrapper
 !gradle-wrapper.jar
 /.apt_generated/
+/.factorypath

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.