diff options
-rw-r--r-- | .gitignore | 10 |
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 |