From ac33c1bef0dc4362d361156d103e1e94d4f532c4 Mon Sep 17 00:00:00 2001 From: Tristan Maat Date: Mon, 18 Dec 2017 13:51:01 +0000 Subject: .gitignore: Add rules for various testing directories --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.1