From 79c6172be7219673f42915b383b618419a3817c5 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 17 Apr 2018 17:02:44 +0200 Subject: [PATCH] Update .gitignore - add build/ (used in Makefile) - use .pytest-cache instead of .cache for newer pytest --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f8d0c9a..77bd549 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.py[cod] .ropeproject doc/tags -.cache +.pytest-cache +build