summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 611c10e370b42da7a478757640d2ae39d781e0eb (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
.coverage
.venv
.stestr/
subunit.log
.tox
*,cover
cover
*.pyc
.idea
*.sw?
*~
build
dist
AUTHORS
ChangeLog
novaclient/versioninfo
*.egg
*egg-info
.eggs

# Files created by documentation build
/doc/build/
/doc/source/reference/api/

# Files created by releasenotes build
/releasenotes/build