From c869ec250401eb086387573bbde79f4d0beeeff1 Mon Sep 17 00:00:00 2001
From: Mark Felder <feld@FreeBSD.org>
Date: Thu, 9 May 2019 10:53:43 -0500
Subject: [PATCH] Prevent committing code coverage results to the repo

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 082c7491b..9591f9976 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,7 @@ erl_crash.dump
 
 # Prevent committing docs files
 /priv/static/doc/*
+
+# Code test coverage
+/cover
+/Elixir.*.coverdata
-- 
GitLab