summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b99e24897e2ed1236266e4a4e73b6e9cde46c82d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Compiled python modules.
buildstream/**/*.pyc
tests/**/*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
.eggs

# Some testing related things
tmp
.coverage
.cache

# Integration test results
/integration-tests/*results/