From d725b2ba7251ceeabd743e82d2b1c5ce064b6059 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 28 Jan 2019 12:16:56 +0100 Subject: Add .pytest_cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c98c3a9..7dd7cf8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.log *.o unittest/build/ +unittest/.pytest_cache/ *.pyc core .cache/ -- cgit v1.2.1