Enhance .gitignore list

Add further entries needed for python packaging

Change-Id: Ibf00524f36c81ab86c5bbc007c9615eb1e19a133
This commit is contained in:
Andreas Jaeger 2013-12-29 22:28:49 +01:00
parent 64f2f860c8
commit e0ec1be45d
1 changed files with 20 additions and 6 deletions

26
.gitignore vendored
View File

@ -1,9 +1,23 @@
.DS_Store
.bak
*.swp
*~
# Packages
*.egg
*.egg-info
dist
build
eggs
sdist
# Unit test / coverage reports
.coverage
.tox
# pbr generates these
AUTHORS
ChangeLog
build
dist
openstack_doc_tools.egg-info
# Editors
*~
.*.swp
.bak