projects
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb1039
)
add .coverage to .gitignore
author
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 15 Sep 2020 02:14:18 +0000
(19:14 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 15 Sep 2020 02:14:18 +0000
(19:14 -0700)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 3336860f3024e859bf25dba0f6ca58f06565724a..92618b2a32c2876f4ecd7077309b7a823ea4f54c 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-2,4
+2,5
@@
__pycache__
*.egg-info
/.vscode
*.pyc
-/output
\ No newline at end of file
+/output
+.coverage
\ No newline at end of file