From aecc171e622c5689dab8384f81ed74a4aaacbe8a Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 11 Sep 2023 09:54:57 -0700 Subject: [PATCH] add pytest-output-to-files's output dir to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3478b52c..916979df 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ build gen .noseids nosetests.xml +test-out -- 2.30.2