diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-14 19:41:00 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-14 19:41:32 -0500 |
commit | 91d04c64771832a0b8815ffbe1f0f9920320d94d (patch) | |
tree | fb02d5e1c84a3d91def9a7ee95bc87f9c046cc96 /.gitignore | |
parent | b9d4caa40ef8e3566ac475968bce17b9b64b6939 (diff) |
Initial OpenECOMP policy/engine commit
Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..32d8e38a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +.project +.settings +.classpath +.jupiter +.pydevproject +target +.metadata/ +ASTRAGateway/policyEngineLog.log +LogParser/IntegrityMonitor.log +PolicyEngineAPI/policyEngineLog.log +PyPDPServer/src/main/java/controller/.PolicyEngineServices.java.swp +XACML-PAP-ADMIN/sql/xacmlTest.trace.db +XACML-PAP-ADMIN/src/main/resources/META-INF/generatedCreate.ddl +XACML-PAP-ADMIN/src/main/resources/META-INF/generatedDrop.ddl +XACML-PAP-ADMIN/src/main/webapp/VAADIN/themes/xacml_pap_admin/addons.scss +XACML-PAP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PAP-REST/audit.log +XACML-PAP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PAP-REST/debug.log +XACML-PAP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PAP-REST/error.log +XACML-PAP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PAP-REST/metrics.log +XACML-PAP-REST/pdps/default/xacml.pip.properties +XACML-PAP-REST/pdps/default/xacml.policy.properties +XACML-PAP-REST/pdps/xacml.properties +XACML-PAP-REST/sql/xacmlTest.trace.db +XACML-PAP-REST/src/main/resources/META-INF/generatedCreate.ddl +XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/audit.log +XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/debug.log +XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/error.log +XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/metrics.log +XACML-REST/IntegrityMonitor.log |