python-jenkins/.gitignore

20 lines
188 B
Plaintext

*.egg
*.egg-info
*.pyc
/.tox
.*.swp
/build/*
/MANIFEST
/dist/*
/doc/build/*
/.test
/.testrepository
/MANIFEST
/.coverage
/coverage*.xml
/junit*.xml
# Unit test / coverage reports
cover/