From 75ba870f3c41cf3475f31cc12af2d3730b3773c4 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Sun, 4 Feb 2018 10:13:04 -0500 Subject: [PATCH] Add pytest_cache to .gitignore The newest version of pytest creates a pytest_cache directory. Ignore that. Change-Id: Ibfe1a307e1aa58abc77ad229836224bcb6ac15db --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2099f54a..36879768 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ **ansible.sqlite *.pyc __pycache__/ +.pytest_cache/ _build/ build/ *.egg*