diff options
author | Sudhakar Reddy <reddysud@amdocs.com> | 2018-08-13 21:13:56 +0530 |
---|---|---|
committer | Sudhakar Reddy <Sudhakar.Reddy@amdocs.com> | 2018-08-20 14:19:54 +0530 |
commit | 6927c37a31ef5a874e923a4fe02feb1392a7dfb4 (patch) | |
tree | 28c1914b811a1bd3cac489ffc26890abd4ea15ae /.gitignore | |
parent | c790c7e939a0bcd9b424fc986f40a29485686315 (diff) |
Adoption of base framework code for azure plugin
This is the initial code which is created by referring to vmware
plugin.The logging and containerization features are readily available.
Change-Id: I3371d5f0671c2252edb1da7ea55f1f89ea27b3aa
Issue-ID: MULTICLOUD-308
Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64c410c --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +.project +.classpath +.vscode +.settings/ +.checkstyle +target/ +logs/*.log +*.pyc +*.swp +.idea/ + +# Test related files +azure/.coverage +azure/.tox/ +azure/logs/*.log +azure/test-reports/ + +# build files + +azure/build +azure/dist +azure/1.25.0 +azure/*.egg-info +azure/logs/*.log
\ No newline at end of file |