summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2505f1e61ba346e1c9df517718aa8144977423ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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