diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-05-02 16:19:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-02 16:19:28 +0000 |
commit | 94340f3db1026e13b8bdd4ed5e2021144361992f (patch) | |
tree | 761e0e2b6f3b176e99aae1adf5f65c6608881616 | |
parent | 8d530ba1a3697c7b7bb5e4b63d202c3a0523b825 (diff) | |
parent | e035d8e83c9c72930d78a66e631c0556df761551 (diff) |
Merge "Ignore directories created"
-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 |