Generated docs should be ignored, so adding doc/build to gitignore Change-Id: I4fc03244df37f63351ec1e54b1bcd5b9b3790f5c
15 lines
117 B
Plaintext
15 lines
117 B
Plaintext
*.pyc
|
|
*.egg-info
|
|
build
|
|
.coverage
|
|
.tox
|
|
cover
|
|
.testrepository
|
|
.venv
|
|
doc/build
|
|
subunit.log
|
|
AUTHORS
|
|
ChangeLog
|
|
dist
|
|
*.egg
|