diff options
author | Yang Xu <yang.xu3@huawei.com> | 2019-03-26 22:35:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 22:35:49 +0000 |
commit | b46f7417a65dbf4236a90933df16deb56f193591 (patch) | |
tree | 914f968ff29227568ef8d0dabf55c430ddb48dd7 /.gitignore | |
parent | 77775225a166ea66912ec38b5b9b16993dd49ff5 (diff) | |
parent | 950a3237302a9cc5040354083099bce42e8f2436 (diff) |
Merge "First draft of k8s deployment using RKE"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e6ef23d45..6c1ca2a8d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ csit/ *.iml /.pydevproject /bin/ +*.class +*.csar +benchmark/ |