django-helpdesk/.gitignore
Alex Seeholzer 00b9dce0e9 Added coverage generation to testing, consumed by codecov in the CI build (+4 squashed commits)
Squashed commits:
[dadf579] switched to codecov from coveralls
[76f5184] added badge to Readme; debugging travis script;
[8b2a807] Testing submission to coveralls
[675ac37] Added coveralls support for travis
2016-10-20 14:00:51 +02:00

8 lines
96 B
Plaintext

*.pyc
dist
django_helpdesk.egg-info
docs/html/*
docs/doctrees/*
.coverage
.project
.pydevproject