Updated gitignore and manifest.
Change-Id: Ifcac1c9177865da9d248769961ec17fa8f44e67a
This commit is contained in:
parent
d336ce918e
commit
089f4cf716
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,15 +1,17 @@
|
||||
*.DS_Store
|
||||
*.egg*
|
||||
*.log
|
||||
*.log.*
|
||||
*.mo
|
||||
*.pyc
|
||||
*.swo
|
||||
*.swp
|
||||
*~
|
||||
.openstackclient-venv
|
||||
.tox
|
||||
.venv
|
||||
AUTHORS
|
||||
build
|
||||
dist
|
||||
python_openstackclient.egg-info
|
||||
.tox/
|
||||
ChangeLog
|
||||
TAGS
|
||||
dist
|
||||
doc/build
|
||||
openstackclient/versioninfo
|
||||
|
@ -1,6 +1,13 @@
|
||||
include AUTHORS
|
||||
include ChangeLog
|
||||
include LICENSE
|
||||
include README.rst
|
||||
include openstackclient/versioninfo
|
||||
include README.rst
|
||||
|
||||
recursive-include doc *
|
||||
recursive-include tests *
|
||||
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
global-exclude *.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user