From 6927c37a31ef5a874e923a4fe02feb1392a7dfb4 Mon Sep 17 00:00:00 2001 From: Sudhakar Reddy Date: Mon, 13 Aug 2018 21:13:56 +0530 Subject: 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 --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit 1.2.3-korg