From 0417f677c26a9436611f780a03a104272e981a8c Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 23 Mar 2020 11:05:13 +0200 Subject: [PATCH] Ignore files created during test runs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index de027a7f..3de92797 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ Changelog.linkchecker* /linkchecker.prof .cache .tox +tests/checker/data/https_cert.pem +tests/checker/data/https_key.pem