From: Lianhao Lu Date: Fri, 15 Sep 2017 01:11:53 +0000 (+0800) Subject: Added .gitignore file X-Git-Tag: 2.0.0-ONAP~18 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F12599%2F1;p=vnfsdk%2Fpkgtools.git Added .gitignore file Added .gitignore file to exclude files which should not tracked by git. Issue-Id: VNFSDK-84 Change-Id: I6b3e2888b9d30fc675cd4a5f5fb9cb6ee9db889e Signed-off-by: Lianhao Lu --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7fab6b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.egg* +*.pyc +.coverage +.tox