summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d5ccb911dc3ea6d06b1d2082a1921f3baa93616a (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
*.egg*
*.mo
*.pyc
.coverage
.stestr
.tox
AUTHORS
build/*
ChangeLog
cover/*
dist/*
doc/build
doc/source/_static/
doc/source/api
etc/ceilometer/ceilometer.conf
subunit.log

# Files created by releasenotes build
releasenotes/build

#swap file
*.swp

#IntelJ Idea
.idea/

#venv
venv/

#Pyenv files
.python-version