aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2017-09-15 09:11:53 +0800
committerLianhao Lu <lianhao.lu@intel.com>2017-09-15 09:16:23 +0800
commit82aa1d14c7201e281cb012706d6b476e2c6ac6a3 (patch)
treef53d2a2d0c3b029806edbc086227e7a05dbe9618
parentc2fc078e7f97766223ac942cddf0842f3aae4882 (diff)
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 <lianhao.lu@intel.com>
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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