cf1917121c
Minor update to .gitignore Change-Id: I0f7107aa45310e995685a7ff30cd3c1008cdb3a9
26 lines
238 B
Plaintext
26 lines
238 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
.coverage
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
.idea/*
|
|
*.DS_Store
|
|
*.pyc
|
|
*.egg-info/
|
|
pbr*.egg/
|
|
run_tests.err.log
|
|
run_tests.log
|
|
setuptools*.egg/
|
|
subunit.log
|
|
.testrepository
|
|
.tox/
|
|
.venv/
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
.eggs/
|