From ed32bab5e6a9381fc80005fdc9db2c20b36de6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=BCnger?= <2955913+sleeepyjack@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:29:55 +0200 Subject: [PATCH] Update .gitignore (#382) --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 6ccf378c2..17647a0f5 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +/tests/Testing/ ## Patching *.diff @@ -139,6 +140,14 @@ ENV/ # clang compile_commands.json +/.clangd/ # figures *.eps + +# Github +/.config/ +/.devcontainer.json + +# AWS cache +/.aws/