diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-18 14:57:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-18 14:57:16 +0000 |
commit | bd5d640c43cc39400a21b0aa15294d4cfc8fe21f (patch) | |
tree | 493fff0e259bc074d37eb32f051fae02c5da3e9a /.gitignore | |
parent | f5de85e49dd1bf74ae6342344069fa71771288f2 (diff) | |
parent | 5622d33ddb975fa23e915a09f4d28def191b597d (diff) |
Merge "Fix sonar blocker/critical"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..30e60521 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.DS_Store +.project +.settings +.classpath +.jupiter +.pydevproject +*.swp +*.log +*.out +.metadata/ +target/ +*/logs/ +*/sql/ +*/testingLogs/ +*/config/ |