diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-03-26 15:48:46 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-03-26 15:50:47 +0200 |
commit | b80bcb81356fc9953e85196d8cbf6ada2ebbc143 (patch) | |
tree | 4f0ab786c887b5a67b51add63900483b263debb3 /.gitignore | |
parent | 2c378ea8fb2c18f5bde7c37f1004f914f29fc026 (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 @@ hs_err_pid* .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 |