diff options
author | Dor Askayo <dor.askayo@gmail.com> | 2019-01-30 23:25:51 +0200 |
---|---|---|
committer | Phil Dawson <phil.dawson@codethink.co.uk> | 2019-02-19 16:01:16 +0000 |
commit | fec626e257e0c97b16824b1fc9ef8d45bccbd92f (patch) | |
tree | 79e2fcb73da802121bc1c4ed585b368d24a08819 /.gitignore | |
parent | 3df140b2bd4bff68cabc33837390d1b7e97761ca (diff) | |
download | buildstream-fec626e257e0c97b16824b1fc9ef8d45bccbd92f.tar.gz |
.gitignore: ignore the build output directoryphil/additional-linting-excludes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 00cb4e2c4..5c258fad4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ buildstream/**/*.pyc tests/**/*.pyc +# Build output directory +build + # Setuptools distribution folder. /dist/ |