aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-01-31 12:31:05 -0600
committerJorge Hernandez <jh1730@att.com>2018-01-31 13:23:20 -0600
commitaa69a4db58140af6a605cadd3b8e6166f59d97ad (patch)
tree07b1c15b2f95421370e2f282485665cadb8ba241 /.gitignore
parent9e2820c5820b3904e03cb7a4cb4292e864b1ca2b (diff)
junits+utils to generate/test rules applications
1. utilities to generate rules applications and installing in local maven repository programmatically. 2. using these utilities, use policy abstractions, ie. controllers, containers, .. to junit test it. Change-Id: I13c35e631a1120fad503feef2593d32a99e3358f Issue-ID: POLICY-583 Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 30e60521..eb32cca6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,8 +8,10 @@
*.log
*.out
.metadata/
+.idea/
target/
*/logs/
*/sql/
*/testingLogs/
*/config/
+**/*.iml