diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-14 19:05:12 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-14 21:05:41 +0900 |
commit | 183a9125fdfe7892d1c9bda59c3680537e928829 (patch) | |
tree | 18a4df409c4d12faaf731f594201073536d65314 /.gitignore | |
parent | f613e7327761d8986c40b4b63db222ab60ca850c (diff) | |
download | buildstream-183a9125fdfe7892d1c9bda59c3680537e928829.tar.gz |
Merging integration tests into buildstream proper.merging-integration-test
This fixes #96
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2505f1e61..b99e24897 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ tests/**/*.pyc tmp .coverage .cache + +# Integration test results +/integration-tests/*results/ |