From cb805ab8c004390a1efa4efe20676f6c07e42fb0 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 9 Aug 2016 10:26:38 -0500
Subject: [PATCH] Ignore pytest's cache directory

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2a42bf4d..7e86afe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,5 @@ setuptools*tar.gz
 build-and-test-py-project.sh
 
 cffi_build.py
+
+.cache
-- 
GitLab