diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2017-12-20 11:58:18 +0000 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-02-07 13:03:28 +0000 |
commit | e4e713ee0860f3de5a7dec4487e01f5d1d6dd0bb (patch) | |
tree | 657df200fe258a858ca2a3188d410d982867b2b0 /.gitignore | |
parent | b351de2a403893e02192bfefa0705442dc6a7980 (diff) | |
download | buildstream-e4e713ee0860f3de5a7dec4487e01f5d1d6dd0bb.tar.gz |
Add test utilities for integration tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e4b6605c0..bf6214070 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ tests/**/*.pyc .eggs # Some testing related things -cache/ +integration-cache/ tmp .coverage .coverage.* |