From d45f4c5e2ce4df7b68deace00b7d7499ee071f65 Mon Sep 17 00:00:00 2001 From: MDKempe <58960264+MDKempe@users.noreply.github.com> Date: Fri, 31 May 2024 16:46:44 -0600 Subject: [PATCH] Update .gitignore Ignore the file h5_pytest.h5 when pytests are run. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1c21163a..a8967708 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ TEMP/ # Slurm log files slurm-*.out + +# Run information +tests\data\h5_pytest.h5 \ No newline at end of file