From 5a2f1e6fbe265634ad0fcfb5176df066b7682ef0 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Mon, 28 May 2018 13:45:31 -0300 Subject: [PATCH] *: ignore .pytest_cache directories These folders are being generated by recent py.test versions and should be ignored. Signed-off-by: Rafael Zalamena --- tests/topotests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/.gitignore b/tests/topotests/.gitignore index 9ab8c1f765..b1e3c3017c 100644 --- a/tests/topotests/.gitignore +++ b/tests/topotests/.gitignore @@ -1,3 +1,4 @@ .cache __pycache__ *.pyc +.pytest_cache -- 2.39.5