summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJosh Smith <joshsmith@codethink.co.uk>2018-07-27 12:16:55 +0100
committerJosh Smith <joshsmith@codethink.co.uk>2018-07-27 12:16:55 +0100
commit63e2320e0f97e85f746c81149b55986339077ee6 (patch)
tree8290f2ca0c26d0cde3f336a939956eb19144efe3 /.gitignore
parent4d86e7c51a6729b29138dcc70ac738a3a9d7e1bd (diff)
downloadbuildstream-63e2320e0f97e85f746c81149b55986339077ee6.tar.gz
.gitignore: Ignore .pytest_cache/
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fbcda7210..90a50449f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ tmp
.coverage
.coverage.*
.cache
+.pytest_cache/
*.bst/
# Pycache, in case buildstream is ran directly from within the source