From be2a28041c0c20a9f3684bdf888b9802b54b222a Mon Sep 17 00:00:00 2001 From: Karl-Michael Schindler <karl-michael.schindler@web.de> Date: Wed, 11 Nov 2020 19:50:29 +0100 Subject: [PATCH] add .gitignore --- source/Lazarus-GUI/.gitignore | 8 ++++++++ source/f90/.gitignore | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 source/Lazarus-GUI/.gitignore create mode 100644 source/f90/.gitignore diff --git a/source/Lazarus-GUI/.gitignore b/source/Lazarus-GUI/.gitignore new file mode 100644 index 0000000..55f0dee --- /dev/null +++ b/source/Lazarus-GUI/.gitignore @@ -0,0 +1,8 @@ +*.app +*.compiled +*.o +*.ppu +*.or +*.res +EELS +backup diff --git a/source/f90/.gitignore b/source/f90/.gitignore new file mode 100644 index 0000000..d1fa586 --- /dev/null +++ b/source/f90/.gitignore @@ -0,0 +1,8 @@ +bosonf90 +eelsf90 +eels-boson +*.o +*.ppu +*.mod +*.dSYM +*.so -- GitLab