summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7de3dedf3bd9f08bad6c45e173f146547479ea36 (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
29
30
31
32
33
34
*~
*.pyc
*.dat
TAGS
*.egg-info
*.egg
.eggs/*
build
.coverage
.tox
.stestr
cover
venv
.venv
output.xml
*.sublime-workspace
*.sqlite
*.html
.*.swp
.DS_Store
.testrepository
versioninfo
var/*
ChangeLog
AUTHORS
subunit.log
covhtml/
doc/source/reference/api

# Files created by releasenotes build
releasenotes/build

#Files created by functional tests
functional_testing.conf