summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a3132589bd92b813934fb188753b1a347dc18369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.coverage
subunit.log
.venv
*,cover
cover
*.pyc
.idea
*.sw?
*~
AUTHORS
build
dist
python_glanceclient.egg-info
ChangeLog
run_tests.err.log
.testrepository
.stestr/
.tox
doc/source/api
doc/build
*.egg
.eggs/*
glanceclient/versioninfo
# Files created by releasenotes build
releasenotes/build
# File created by docs build process
/doc/source/ref
/doc/source/reference/api/*