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>
This commit is contained in:
Sorin Sbarnea 2018-02-28 10:20:01 +00:00
parent 16007e0185
commit 2d8a213729

18
.gitignore vendored
View File

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