Skip to content

Commit 089f4cf

Browse files
committed
Updated gitignore and manifest.
Change-Id: Ifcac1c9177865da9d248769961ec17fa8f44e67a
1 parent d336ce9 commit 089f4cf

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
*.DS_Store
2+
*.egg*
13
*.log
2-
*.log.*
4+
*.mo
35
*.pyc
6+
*.swo
47
*.swp
58
*~
69
.openstackclient-venv
10+
.tox
711
.venv
812
AUTHORS
913
build
10-
dist
11-
python_openstackclient.egg-info
12-
.tox/
1314
ChangeLog
14-
TAGS
15+
dist
16+
doc/build
1517
openstackclient/versioninfo

MANIFEST.in

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
include AUTHORS
2+
include ChangeLog
23
include LICENSE
3-
include README.rst
44
include openstackclient/versioninfo
5+
include README.rst
6+
57
recursive-include doc *
68
recursive-include tests *
9+
10+
exclude .gitignore
11+
exclude .gitreview
12+
13+
global-exclude *.pyc

0 commit comments

Comments
 (0)