Skip to content

Commit

Permalink
Updated gitignore and manifest.
Browse files Browse the repository at this point in the history
Change-Id: Ifcac1c9177865da9d248769961ec17fa8f44e67a
  • Loading branch information
jk0 committed Jan 21, 2013
1 parent d336ce9 commit 089f4cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
9 changes: 8 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 089f4cf

Please sign in to comment.