Code Review
/
vnfsdk
/
pkgtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c2fc078
)
Added .gitignore file
99/12599/1
author
Lianhao Lu
<lianhao.lu@intel.com>
Fri, 15 Sep 2017 01:11:53 +0000
(09:11 +0800)
committer
Lianhao 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]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
7fab6b4
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,4
@@
+*.egg*
+*.pyc
+.coverage
+.tox