From 48469897e82e54aa50b3c202e8b8f1ef70a01923 Mon Sep 17 00:00:00 2001
From: Will Ayd <william.ayd@icloud.com>
Date: Tue, 6 Mar 2018 12:44:36 -0800
Subject: [PATCH] Added .pytest_cache to gitignore

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

diff --git a/.gitignore b/.gitignore
index 0d4e8c6fb75a6..00dac6e336c37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,8 +88,9 @@ scikits
 *.c
 *.cpp
 
-# Performance Testing #
-#######################
+# Unit / Performance Testing #
+##############################
+.pytest_cache/
 asv_bench/env/
 asv_bench/html/
 asv_bench/results/