diff options
author | Gao Weitao <victor.gao@huawei.com> | 2019-03-01 08:59:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-01 08:59:12 +0000 |
commit | 9b3ecdb005f87e2052e1f49c3c37211a3d3536af (patch) | |
tree | dfde5d3e331079cc3392cff743a76f36f7c9e82d /.gitignore | |
parent | 3aafe6efed121e7f84c98470a5999c41c8e00427 (diff) | |
parent | 7f29a3ad89ca8ec1ea7cd20b5b28475854ea0670 (diff) |
Merge "CVC TOSCA CSAR Validation Test cases"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3af7a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +bin/ +target/ +tmp/ +coverage-report/ +.project +.settings +.classpath +.class +.checkstyle +*.iml +*.log +.idea |