From be9d349d4f808927a8277c3ad85ce3c49d72f102 Mon Sep 17 00:00:00 2001 From: kamischi <karl-michael.schindler@web.de> Date: Mon, 20 May 2024 13:24:03 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 89d996d..79a7705 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - .DS_Store *.gcno *.gcda @@ -7,6 +6,7 @@ *.mod *.dSYM *.so +*.pyc source/f90/bosou source/f90/eelsou tests/workspace @@ -14,11 +14,9 @@ tests/outputFiles tests/phintlog/phintdriver tests/phintlog/eelsou tests/phintlog/phint.log -tests/oxlog/bosou -tests/oxlog/bosonf90 -tests/oxlog/eelsou tests/phintlog/eelsf90 tests/phint optimization/phintdriver -*.pyc -tests/setepslog/eelsf90 +tests/oxlog/bosonf90 +tests/oxlog/bosou +tests/oxlog/eelsou tests/setepslog/eelsf90 -- GitLab