summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 372efb948ba284128c4370defb2b71fda9bc13af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.coverage
.venv
.testrepository
subunit.log
.tox
*,cover
cover
*.pyc
.idea
*.sw?
*~
build
dist
AUTHORS
ChangeLog
novaclient/versioninfo
*.egg
*egg-info
.eggs

# Files created by releasenotes build
releasenotes/build