From c394a7b6fd544d49747c2a68c09a832877265135 Mon Sep 17 00:00:00 2001 From: holgerhagen Date: Mon, 29 Jan 2018 15:05:49 +0100 Subject: [PATCH] GENERAL: ignoring bin directories in rest and lib project. --- lib/.gitignore | 1 + rest/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/.gitignore b/lib/.gitignore index 7756d33c4..c280e7c72 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,4 +1,5 @@ */target/ +*/bin/ !.mvn/wrapper/maven-wrapper.jar *.orig diff --git a/rest/.gitignore b/rest/.gitignore index fb6176ff8..789485cc2 100644 --- a/rest/.gitignore +++ b/rest/.gitignore @@ -1,4 +1,5 @@ target/ +bin/ .checkstyle !.mvn/wrapper/maven-wrapper.jar *.orig