diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-09-04 21:37:57 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-09-04 21:37:57 +0800 |
commit | 21da6a95b1c043c5a17ce1e802295aea26de5a8d (patch) | |
tree | ab31d0b19b9f4facf57592b200111219a334c25e /newton/.gitignore | |
parent | 580b60e6882bfce52affb1aa730b8edd97cf574c (diff) |
Fix restcall to AAI
fix restcall to AAI, and fix extension API response
Change-Id: I0d786135de5c4d96d447a51af99adfe04178765e
Issue-Id: MULTICLOUD-58
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/.gitignore')
-rw-r--r-- | newton/.gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/newton/.gitignore b/newton/.gitignore index 821f62a6..e86d02b0 100644 --- a/newton/.gitignore +++ b/newton/.gitignore @@ -1,2 +1,11 @@ +.project +.classpath +.settings/ +.checkstyle +target/ logs/*.log -*.pyc
\ No newline at end of file +*.pyc +.tox +.coverage +htmlcov/ + |