summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-01-27 22:37:20 +0000
committerChandan Singh <csingh43@bloomberg.net>2019-01-28 22:02:22 +0000
commit9d9b73e75b96c1f9b7c17fb0cdbbb857a821d534 (patch)
treebd2c18330ea55c0852947ad3c1d90dd0bf853b24
parent898cd9d12c7298d34523957ce1903abb917f43ad (diff)
downloadbuildstream-9d9b73e75b96c1f9b7c17fb0cdbbb857a821d534.tar.gz
.gitignore: Ingnore tox, pytest, coverage files
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fbcda7210..02c98fda8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,9 +13,12 @@ tests/**/*.pyc
integration-cache/
tmp
.coverage
+.coverage-reports/
.coverage.*
.cache
+.pytest_cache/
*.bst/
+.tox/
# Pycache, in case buildstream is ran directly from within the source
# tree