From b329548d8d17d881862f4a53fd0265021f995871 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 9 Aug 2016 15:27:56 -0500 Subject: [PATCH] Ignore pytest's cache directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5c7c536..c11edd6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ setuptools.pth setuptools*tar.gz distribute*egg distribute*tar.gz + +.cache -- GitLab