From bbf2f9c942f4cdca33355212159cbd5d81d08fb7 Mon Sep 17 00:00:00 2001 From: Yigong Wang Date: Sat, 31 Mar 2018 23:42:17 -0400 Subject: [PATCH] Update .gitignore to exclude pytest cache folder .pytest folder will be generated after running unit tests locally. This commit excludes the folder and updates vim temporary files exclusion rules. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 503fc27..1ebb407 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /hy/version.py *.pyc -*swp +.*.sw? *hy*egg* *pyreadline*egg* .tox @@ -9,3 +9,4 @@ dist .coverage build/ /.cache +/.pytest_cache