From 63e2320e0f97e85f746c81149b55986339077ee6 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Fri, 27 Jul 2018 12:16:55 +0100 Subject: .gitignore: Ignore .pytest_cache/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1