From: Jacob Lifshay Date: Tue, 15 Sep 2020 02:14:18 +0000 (-0700) Subject: add .coverage to .gitignore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=219be543611733143ab8543fc2b7c077d2c38a63;p=utils.git add .coverage to .gitignore --- diff --git a/.gitignore b/.gitignore index 3336860..92618b2 100644 --- 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