diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2017-12-18 13:51:01 +0000 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-02-07 13:03:27 +0000 |
commit | ac33c1bef0dc4362d361156d103e1e94d4f532c4 (patch) | |
tree | 33a79a372a4de0699997e5f318096c4037473746 /.gitignore | |
parent | 087f7c28cdb4c5cf04f6697283dc2580d77b40f8 (diff) | |
download | buildstream-ac33c1bef0dc4362d361156d103e1e94d4f532c4.tar.gz |
.gitignore: Add rules for various testing directories
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 1bfb5c411..e4b6605c0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,12 +10,16 @@ tests/**/*.pyc .eggs # Some testing related things +cache/ tmp .coverage +.coverage.* .cache +*.bst/ -# Integration test results -/integration-tests/*results/ +# Pycache, in case buildstream is ran directly from within the source +# tree +__pycache__/ # Generated version file -buildstream/__version__.py
\ No newline at end of file +buildstream/__version__.py |