summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2017-12-18 13:51:01 +0000
committerTristan Maat <tristan.maat@codethink.co.uk>2018-02-07 13:03:27 +0000
commitac33c1bef0dc4362d361156d103e1e94d4f532c4 (patch)
tree33a79a372a4de0699997e5f318096c4037473746 /.gitignore
parent087f7c28cdb4c5cf04f6697283dc2580d77b40f8 (diff)
downloadbuildstream-ac33c1bef0dc4362d361156d103e1e94d4f532c4.tar.gz
.gitignore: Add rules for various testing directories
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
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