Files
anchor/.gitignore
Stanisław Pitucha a7ce75d8a5 Add stub for Sphinx documentation
`tox -e docs` will both generate and validate the documentation. The
documentation itself needs to be completed over time.

Change-Id: I2eb790a014f9b4838cfa64054a7d99d9bd339c6a
2015-07-29 17:18:39 +10:00

22 lines
193 B
Plaintext

*.pyc
temp-*.crt
config.cfg
.venv
*.sw[op]
certs/*.crt
CA/serial
CA/*.key
CA/*.crt
dist/*
build/*
.tox/*
.DS_Store
*.egg
*.egg-info
.testrepository
build/*
cover/*
.cover
.coverage
docs/_build