Divide into module dependecy
Add dependency build of dmaapClients and aaiClients.
This modules are mandatory to prh application.
Issue-ID: DCAEGEN2-407
Change-Id: I2150a15d76e81dd01503f44339ddb3c50f5b0348
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
diff --git a/.gitignore b/.gitignore
index f56704b..691c9f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,15 @@
+# Compiled class file
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
# Package Files #
*.jar
*.war
@@ -15,4 +22,7 @@
.idea
*.iml
-target
\ No newline at end of file
+target
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
\ No newline at end of file