diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-03-13 18:31:21 +0200 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-03-13 18:31:21 +0200 |
commit | d5ec7bf55217508e2b5cebe640d586598379f97a (patch) | |
tree | 4bbe052d2eb67c11c5fbc22998c95e55e7aef4d0 /.gitignore | |
parent | 80098ffa01c5a0f4dd5b99f41c31d51e9dc25762 (diff) |
Unit tests
Change-Id: Ib9f73b7ba5a509610896b8bbdc02c180e60ee959
Issue-ID: VID-197
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eb1a75572..74296e504 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,12 @@ epsdk-app-onap/target/ vid-app-common/target/ vid-parent_bdio.jsonld deliveries/target/ +/vid-app-common/debug-logs/EELF/debug.log +/vid-app-common/logs/EELF/application.log +/vid-app-common/logs/EELF/audit.log +/vid-app-common/logs/EELF/error.log +/vid-app-common/logs/EELF/metrics.log +/vid-app-common/logs/EELF/performance.log +/vid-app-common/logs/EELF/policy.log +/vid-app-common/logs/EELF/security.log +/vid-app-common/logs/EELF/server.log |