From 54d52e07dbfbadace96f93d3694e19e504d93424 Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Tue, 11 May 2021 14:51:23 -0700 Subject: [PATCH] .gitignore integration_tests/.zenith It's a bit annoying that the .zenith state can show up in multiple places, but since this is how the regression tests run if you launch them from the git root directory, ignore this one too. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9d4e7f45ed..afcc79fd20 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ __pycache__/ test_output/ .vscode /.zenith +/integration_tests/.zenith