Ignore bootstrap files

The request / key files mentioned in the README for initial tests can be
ignored. Prevents accidental commits.

Change-Id: I4296be10697c48b2f5c27469ff304d57abf63bbc
This commit is contained in:
Stanisław Pitucha 2016-06-16 15:19:13 +10:00
parent 6fdb9be69e
commit fb9ca52bbc
1 changed files with 7 additions and 3 deletions

10
.gitignore vendored
View File

@ -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