Added .gitignore file 99/12599/1
authorLianhao Lu <lianhao.lu@intel.com>
Fri, 15 Sep 2017 01:11:53 +0000 (09:11 +0800)
committerLianhao Lu <lianhao.lu@intel.com>
Fri, 15 Sep 2017 01:16:23 +0000 (09:16 +0800)
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>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..7fab6b4
--- /dev/null
@@ -0,0 +1,4 @@
+*.egg*
+*.pyc
+.coverage
+.tox