summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2017-12-18 13:51:01 +0000
committerTristan Maat <tm@tlater.net>2018-01-18 09:23:43 +0000
commitb881cdb26d5ab8e9ac0fce5600afb5176c975d4c (patch)
treee5ea644dfd4f2aaa696c8f73736650fb4b0d777c
parent88260c7a57f9c797af3f8222c02b257b25d25d45 (diff)
downloadbuildstream-b881cdb26d5ab8e9ac0fce5600afb5176c975d4c.tar.gz
.gitignore: Add rules for various testing directories
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b99e24897..35b8cfac8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,9 +10,17 @@ tests/**/*.pyc
.eggs
# Some testing related things
+cache/
tmp
.coverage
+.coverage.*
.cache
+*.bst/
# Integration test results
/integration-tests/*results/
+/integration-tests/*tmp/
+
+# Pycache, in case buildstream is ran directly from within the source
+# tree
+__pycache__/