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 2021/02/06 05:16:01 UTC

[isis] branch v1-lab updated: some git ignore stuff

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

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


The following commit(s) were added to refs/heads/v1-lab by this push:
     new 716532b  some git ignore stuff
716532b is described below

commit 716532b03362369fe23f0ad2860405373048d3eb
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Feb 6 06:15:49 2021 +0100

    some git ignore stuff
---
 example/application/helloworld/.gitignore              | 2 ++
 example/application/simpleapp/module-simple/.gitignore | 1 +
 2 files changed, 3 insertions(+)

diff --git a/example/application/helloworld/.gitignore b/example/application/helloworld/.gitignore
index e859485..ef1cdec 100644
--- a/example/application/helloworld/.gitignore
+++ b/example/application/helloworld/.gitignore
@@ -39,3 +39,5 @@ pom.xml.versionsBackup
 
 rebel.xml
 translations.pot
+/.apt_generated_tests/
+/.factorypath
diff --git a/example/application/simpleapp/module-simple/.gitignore b/example/application/simpleapp/module-simple/.gitignore
index 72b06ac..14502ce 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/
+/.apt_generated_tests/