summaryrefslogtreecommitdiff
path: root/.gitignore
blob: bf621407098ebf8aed0682147c0226ec59cf121e (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
# 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
integration-cache/
tmp
.coverage
.coverage.*
.cache
*.bst/

# Pycache, in case buildstream is ran directly from within the source
# tree
__pycache__/

# Generated version file
buildstream/__version__.py