diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-01-29 22:42:19 -0500 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-01-31 15:57:42 -0500 |
commit | 401b48bc573561f097960a9ca7abe6d788456f28 (patch) | |
tree | a8f089325447333d535adbc9d23dbf182547845e /.gitignore | |
parent | 9301fed7c290f52208922f780fdfe4b5a880b5aa (diff) |
Fixed the Sonar technical debt.
Fixed the sonar technical dept primarily for the POLICY-REST module, and
accordingly updated the other policy-engine modules for successful built.
Issue-ID: POLICY-476
Change-Id: I0e9bd7209a7f9af247fa409a1682683082f92698
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 632972456..6ab843b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .classpath .jupiter .pydevproject +.idea target .metadata/ ASTRAGateway/policyEngineLog.log @@ -30,6 +31,8 @@ XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/metrics.log XACML-REST/IntegrityMonitor.log /bin/ *.checkstyle +*.iml +*.log BRMSGateway/logs/ BRMSGateway/sql/ BRMSGateway/src/test/resources/META-INF/generatedCreate.ddl |