From fb9ca52bbcb150b73436431bb27f3da3c1bb08ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Thu, 16 Jun 2016 15:19:13 +1000 Subject: [PATCH] Ignore bootstrap files The request / key files mentioned in the README for initial tests can be ignored. Prevents accidental commits. Change-Id: I4296be10697c48b2f5c27469ff304d57abf63bbc --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0890d40..d3aa0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,6 @@ config.cfg .venv *.sw[op] certs/*.crt -CA/serial -CA/*.key -CA/*.crt dist/* build/* .tox/* @@ -23,3 +20,10 @@ doc/build pep8.txt AUTHORS ChangeLog + +# mentioned in README for test/bootstrap +anchor-test.example.com.key +anchor-test.example.com.csr +CA/serial +CA/*.key +CA/*.crt