Enhance .gitignore list
Add further entries needed for python packaging Change-Id: Ibf00524f36c81ab86c5bbc007c9615eb1e19a133
This commit is contained in:
parent
64f2f860c8
commit
e0ec1be45d
26
.gitignore
vendored
26
.gitignore
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user