projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2efc68
)
Prevent committing code coverage results to the repo
author
Mark Felder
<feld@FreeBSD.org>
Thu, 9 May 2019 15:53:43 +0000
(10:53 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Thu, 9 May 2019 15:53:43 +0000
(10:53 -0500)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 082c7491b6c15dcbd4779005a7dc2989b2c9d554..9591f997639479396f5c5e458e561cdc15b841a2 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-38,3
+38,7
@@
erl_crash.dump
# Prevent committing docs files
/priv/static/doc/*
+
+# Code test coverage
+/cover
+/Elixir.*.coverdata