.gitignore cleanup
Removed obsolete files/dirs Added .coverage and covhtml Ordered alphabetically Change-Id: Iac10b075f318c264549ee017688eccd52deae07d
This commit is contained in:
parent
5d3b861b7e
commit
bc20ec5849
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,17 +1,17 @@
|
|||||||
*.pyc
|
|
||||||
*.DS_Store
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
build/*
|
build/*
|
||||||
build-stamp
|
build-stamp
|
||||||
|
ChangeLog
|
||||||
|
.coverage
|
||||||
|
covhtml/
|
||||||
doc/build
|
doc/build
|
||||||
|
*.DS_Store
|
||||||
|
*.pyc
|
||||||
quantum.egg-info/
|
quantum.egg-info/
|
||||||
|
quantum/vcsversion.py
|
||||||
|
quantum/versioninfo
|
||||||
run_tests.err.log
|
run_tests.err.log
|
||||||
run_tests.log
|
run_tests.log
|
||||||
.quantum-venv/
|
|
||||||
.venv/
|
|
||||||
quantum/vcsversion.py
|
|
||||||
requirements.txt
|
|
||||||
ChangeLog
|
|
||||||
.tox/
|
|
||||||
quantum/versioninfo
|
|
||||||
setuptools*.egg/
|
setuptools*.egg/
|
||||||
|
.tox/
|
||||||
|
.venv/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user