From 0d694cf3e2ea6a1f667d41c0463c13a9b73ca1d7 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Thu, 19 Mar 2026 08:21:11 +0100 Subject: [PATCH] Try .gitattributes to control release contents --- .gitattributes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..119fd220 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +*.a +*.o +*.mod +*.smod +*~ + +# Make.inc generated +/Make.inc +config.log +config.status + +# generated folder +/include/ +/modules/ +docs/src +docs/doxypsb +docs/Makefile +autom4te.cache + +# the executable from tests +runs +