python-jenkins/.gitignore
Sorin Sbarnea 2d8a213729 repair .gitgnore
- remove duplicate /MANIFEST entry
- sorted list to avoid future confusions
- added generated AUTHORS and ChangeLog

Change-Id: I64cce1ac001e62aed5704a746a9fa76f314ba565
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
2018-02-28 10:20:01 +00:00

20 lines
197 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/