Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ac47767
)
Add pytest cache to .gitignore
97/10197/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 23 Apr 2018 19:57:16 +0000
(15:57 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 23 Apr 2018 19:57:33 +0000
(15:57 -0400)
Change-Id: Ie3ff833149896f6beab8eb137f049a288538ff90
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
878f372
..
47354ed
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-20,6
+20,7
@@
target/
# Python
.cache/
.eggs/
+.pytest_cache/
.tox/
__pycache__/
*.egg-info/