From 22c93731006b070a677ed952405d9cf3b8043ab5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 13 Nov 2013 13:48:47 -0800 Subject: Added .cache/ to the gitignore, it shows up if you have pytest-cache installed --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5d187cfe..9b8c49ba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ _build/ .tox/ +.cache/ *.egg-info/ .coverage cffi-*.egg/ -- cgit v1.2.3