From: liamfallon Date: Wed, 19 Oct 2022 08:16:39 +0000 (+0100) Subject: Add 'logs' directory to gitignore X-Git-Tag: 1.11.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=05f04515c7aefe1941d598441fd77e29707ad0af;p=policy%2Fdrools-applications.git Add 'logs' directory to gitignore Drools Applicaitons generates output into a "logs" directory during unit test. This change ignores that output in git. Issue-ID: POLICY-4393 Change-Id: I58f84cc47c8ad587de9a27fde0c928e1beae550e Signed-off-by: liamfallon --- diff --git a/.gitignore b/.gitignore index f8675bc41..b8a61ccc4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ target **/*.trace.db **/*.mv.db **/*.log +**/logs