diff options
author | Josh Smith <joshsmith@codethink.co.uk> | 2018-07-27 12:16:55 +0100 |
---|---|---|
committer | Josh Smith <joshsmith@codethink.co.uk> | 2018-07-27 12:16:55 +0100 |
commit | 63e2320e0f97e85f746c81149b55986339077ee6 (patch) | |
tree | 8290f2ca0c26d0cde3f336a939956eb19144efe3 /.gitignore | |
parent | 4d86e7c51a6729b29138dcc70ac738a3a9d7e1bd (diff) | |
download | buildstream-63e2320e0f97e85f746c81149b55986339077ee6.tar.gz |
.gitignore: Ignore .pytest_cache/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
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 |