From 6c2a80d46857c8fad0d2635e24908d56bfaada88 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 9 Aug 2016 10:33:21 -0500 Subject: [PATCH] Ignore pytest's cache directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7ae71dc52..5c9e73c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ htmlcov .ipynb_checkpoints lextab.py yacctab.py + +.cache -- GitLab