aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKrishnakumar Jinka <kris.jinka@samsung.com>2018-11-25 13:56:36 +0900
committerkrisjinka <kris.jinka@samsung.com>2018-11-30 07:54:55 +0900
commit74e0706bab06db09ce25998d3d3a52ec8b0237d3 (patch)
treeccb8014774070b951f8da3aea990b936d12e94cd /.gitignore
parent6a55a271c6ca735ceaf4ab306633cb30715561bd (diff)
Reduce resp values meth complexity
The response values determining method has more complexity reduce it using enums. Fix build fail due to incorrect response value. Modify LCM response code to enum. Fix enum package. Modify status code enum. Add modification copyright notice. Fix review comments. Add serialization key Issue-ID: POLICY-1251 Change-Id: I49909b6dd2810dd864784afab0a328b855131501 Signed-off-by: kris.jinka <kris.jinka@samsung.com> Signed-off-by: krisjinka <kris.jinka@samsung.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d2e6a3b87..2a339bd09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ controlloop/templates/template.demo/src/test/resources/xacml/autogenerated_*.xml
# IntelliJ file
.idea
**/*.iml
+*.ipr
+*.iws