From 15f4e56690917908e705b38e40f1021376fbfa2d Mon Sep 17 00:00:00 2001 From: q-posev Date: Mon, 3 May 2021 15:06:30 +0200 Subject: [PATCH] update gitignore --- include/.gitignore | 2 +- tests/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/.gitignore b/include/.gitignore index 60f9e3f..e7c3762 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,2 +1,2 @@ *.h -*.mod +*.f90 diff --git a/tests/.gitignore b/tests/.gitignore index 8ae727f..3bb9e8a 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,5 +1,7 @@ libtrexio.so trexio_f.o +trexio_f.f90 +trexio.mod test_c test_f