From 7efe9cca13666db1dbc219b99b3a72ce969ca0d7 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Thu, 19 Mar 2026 08:28:34 +0100 Subject: [PATCH] .gitattributes take 2 --- .gitattributes | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/.gitattributes b/.gitattributes index 119fd220..b6cb89db 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,22 +1,28 @@ -*.a -*.o -*.mod -*.smod -*~ +*.a export-ignore +*.o export-ignore +*.mod export-ignore +*.smod export-ignore +*~ export-ignore # Make.inc generated -/Make.inc -config.log -config.status - +/Make.inc export-ignore +/config export-ignore +configure.ac +config.log export-ignore +config.status export-ignore +aclocal.m4 export-ignore +autogen.sh export-ignore +autom4te.cache export-ignore +Dockerfile export-ignore +install-sh export-ignore +.travis.yml export-ignore # generated folder -/include/ -/modules/ -docs/src -docs/doxypsb -docs/Makefile -autom4te.cache +/include/ export-ignore +/modules/ export-ignore +docs/src export-ignore +docs/doxypsb export-ignore +docs/Makefile export-ignore # the executable from tests -runs +runs export-ignore