
Ignore the new doc build directory and make sure tox builds to the same place setup does. Change-Id: I800f7d563b97b6a1a202b6e147b6ede190cb25c6
23 lines
198 B
Plaintext
23 lines
198 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
|
|
doc/build
|
|
.eggs/
|