grafanalib/.gitignore
Bryan Boreham 8dab6f6d61 Save test results on CircleCI
The JUNIT_XML setting was erroneously brought over from another repo;
here we can just tell tox to put the results in a subdir and save
that.
2019-04-15 15:44:09 +00:00

13 lines
118 B
Plaintext

*.pyc
__pycache__
*.egg-info
build/
dist/
.uptodate
/.env
test-results/junit-*.xml
/.cache
.ensure-*
/.tox
/.coverage