summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 340d7ebe4ae9653648d007246139e304cbc3de83 (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
35
36
37
38
39
40
41
42
43
44
45
# Compiled python modules.
src/buildstream/**/*.pyc
tests/**/*.pyc

# Build output directory
build

# Setuptools distribution folder.
/dist/

# Pip build metadata
pip-wheel-metadata/

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

# Some testing related things
integration-cache/
tmp
.coverage
.coverage-reports/
.coverage.*
.cache
.pytest_cache/
*.bst/
.tox/

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

# Generated version file
src/buildstream/__version__.py

# Autogenerated doc
doc/source/badges/
doc/source/sessions/
doc/source/elements/
doc/source/sources/
doc/source/modules.rst
doc/source/buildstream.rst
doc/source/buildstream.*.rst
doc/build/
versioneer.pyc