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
|
||||||
*.log.*
|
*.mo
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
.openstackclient-venv
|
.openstackclient-venv
|
||||||
|
.tox
|
||||||
.venv
|
.venv
|
||||||
AUTHORS
|
AUTHORS
|
||||||
build
|
build
|
||||||
dist
|
|
||||||
python_openstackclient.egg-info
|
|
||||||
.tox/
|
|
||||||
ChangeLog
|
ChangeLog
|
||||||
TAGS
|
dist
|
||||||
|
doc/build
|
||||||
openstackclient/versioninfo
|
openstackclient/versioninfo
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
include AUTHORS
|
include AUTHORS
|
||||||
|
include ChangeLog
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include README.rst
|
|
||||||
include openstackclient/versioninfo
|
include openstackclient/versioninfo
|
||||||
|
include README.rst
|
||||||
|
|
||||||
recursive-include doc *
|
recursive-include doc *
|
||||||
recursive-include tests *
|
recursive-include tests *
|
||||||
|
|
||||||
|
exclude .gitignore
|
||||||
|
exclude .gitreview
|
||||||
|
|
||||||
|
global-exclude *.pyc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user