python-jenkins/.gitignore
Sorin Sbarnea 9f143f1241 Replace testr with stestr
Switch to use stestr which is maintained as opposed
to testrepository (testr) which became a defunct project.

Change-Id: If53c985b6cf3b4122596f09ec4d0ec4a186688b8
2018-04-04 23:25:21 +01:00

22 lines
207 B
Plaintext

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