summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 073858cdedc71f63ab0cbae66418bbc5f641c2e7 (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
*.pyc
*.swp
*~
build
dist
*.egg*
tags
*.log
heat-test.db
heat.sqlite
.venv
AUTHORS
ChangeLog
templates/cloudformation-examples
.tox
.coverage
.coverage.*
cover
.testrepository
.project
.pydevproject
doc/source/api/
etc/heat/heat.conf.sample
.idea
# integration tests requirements are auto-generated from stub file
heat_integrationtests/requirements.txt

# Files created by releasenotes build
releasenotes/build