From 09294795cd7bbdf8aa3bd25cc9ab3c6f22dfedf1 Mon Sep 17 00:00:00 2001
From: Stephen C Phillips <steve@scphillips.com>
Date: Thu, 17 May 2018 10:01:20 +0100
Subject: [PATCH] Removes and ignores .pytest_cache folders

---
 .gitattributes                                    | 3 +--
 .gitignore                                        | 1 +
 clmctest/scripts/.pytest_cache/v/cache/lastfailed | 3 ---
 3 files changed, 2 insertions(+), 5 deletions(-)
 delete mode 100644 clmctest/scripts/.pytest_cache/v/cache/lastfailed

diff --git a/.gitattributes b/.gitattributes
index 2244894..3e6943e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -6,5 +6,4 @@ scripts/*  text eol=lf
 # Denote all files that are truly binary and should not be modified.
 *.png binary
 *.jpg binary
-*.build-config/
-*.pytest_cache/
\ No newline at end of file
+*.build-config/
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index c39d337..414a7ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 *git-commit-ref*
 *_version.py*
 ubuntu-xenial-16.04-cloudimg-console.log
+**/.pytest_cache/
\ No newline at end of file
diff --git a/clmctest/scripts/.pytest_cache/v/cache/lastfailed b/clmctest/scripts/.pytest_cache/v/cache/lastfailed
deleted file mode 100644
index a120e0d..0000000
--- a/clmctest/scripts/.pytest_cache/v/cache/lastfailed
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "test_config_telegraf.py::test_write_telegraf_conf": true
-}
\ No newline at end of file
-- 
GitLab