Merge "Ignore bootstrap files"

This commit is contained in:
Jenkins 2016-09-09 18:15:22 +00:00 committed by Gerrit Code Review
commit 173569e077
1 changed files with 7 additions and 3 deletions

10
.gitignore vendored
View File

@ -4,9 +4,6 @@ config.cfg
.venv .venv
*.sw[op] *.sw[op]
certs/*.crt certs/*.crt
CA/serial
CA/*.key
CA/*.crt
dist/* dist/*
build/* build/*
.tox/* .tox/*
@ -23,3 +20,10 @@ doc/build
pep8.txt pep8.txt
AUTHORS AUTHORS
ChangeLog ChangeLog
# mentioned in README for test/bootstrap
anchor-test.example.com.key
anchor-test.example.com.csr
CA/serial
CA/*.key
CA/*.crt