From 93f8f66f7283cb894bf67432596254af069f25fe Mon Sep 17 00:00:00 2001 From: Joseph Fox-Rabinovitz Date: Thu, 26 Apr 2018 13:06:47 -0400 Subject: MAINT: Added pytest cache folder to .gitignore [ci skip] [skip ci] --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6e3f8e041..fbdd4f784 100644 --- a/.gitignore +++ b/.gitignore @@ -100,6 +100,10 @@ Icon? ehthumbs.db Thumbs.db +# pytest generated files # +########################## +/.pytest_cache + # Things specific to this project # ################################### numpy/core/__svn_version__.py -- cgit v1.2.1