diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-01 13:20:05 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-01 17:38:29 +0000 |
commit | e035d8e83c9c72930d78a66e631c0556df761551 (patch) | |
tree | 779dd68935a3fa97793d08e422b41969f843ef06 | |
parent | 5ff419848b3fd04dba17ba9088c035848015fd4e (diff) |
Ignore directories created
Clean up some outstanding logging side effects in .gitignore
Issue-ID: POLICY-708
Change-Id: Ia3f268f0adf5615a11a109cb0d7d029a069b4520
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6ab843b8e..51ab338da 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,8 @@ BRMSGateway/sql/ BRMSGateway/src/test/resources/META-INF/generatedCreate.ddl BRMSGateway/src/test/resources/META-INF/generatedDrop.ddl BRMSGateway/src/test/resources/failure.properties +BRMSGateway/POLICY_LOGS_IS_UNDEFINED/ +BRMSGateway/RuleProjects/ LogParser/logs/ ONAP-PAP-REST/catalina.base_IS_UNDEFINED/ ONAP-PAP-REST/pdps/ @@ -51,10 +53,13 @@ ONAP-PDP-REST/src/test/resources/config_testing/ ONAP-PDP-REST/src/test/resources/generatedCreate.ddl ONAP-PDP-REST/src/test/resources/generatedDrop.ddl ONAP-PDP-REST/topicBackup.txt +ONAP-PAP-REST/POLICY_LOGS_IS_UNDEFINED/ +ONAP-PDP-REST/POLICY_LOGS_IS_UNDEFINED/ ONAP-PDP/logs/ ONAP-XACML/logs/ ONAP-XACML/src/test/resources/pdpstest/ POLICY-SDK-APP/catalina.base_IS_UNDEFINED/ PolicyEngineAPI/logs/ +PolicyEngineAPI/POLICY_LOGS_IS_UNDEFINED/ PolicyEngineUtils/logs/ ONAP-REST/logs/common-modules/integrity-monitor/*.log |