From fece6e8e9ea2f4a4a5ef8e25aae5576e7b091a73 Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Wed, 11 Oct 2023 01:01:45 +0000 Subject: [PATCH] Use absolute paths --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7056d7a33..17647a0f5 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ -tests/Testing/ +/tests/Testing/ ## Patching *.diff @@ -140,7 +140,7 @@ ENV/ # clang compile_commands.json -.clangd/ +/.clangd/ # figures *.eps