From c9542cd1ca78ec389936a7d277b351b2cd7d2b8f Mon Sep 17 00:00:00 2001 From: sfilippone Date: Thu, 19 Mar 2026 08:53:57 +0100 Subject: [PATCH] .gitattributes take 3 --- .gitattributes | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index b6cb89db..1868d455 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,11 +3,12 @@ *.mod export-ignore *.smod export-ignore *~ export-ignore +.git* export-ignore -# Make.inc generated -/Make.inc export-ignore -/config export-ignore -configure.ac + +Make.inc export-ignore +config/* export-ignore +configure.ac export-ignore config.log export-ignore config.status export-ignore aclocal.m4 export-ignore @@ -17,12 +18,12 @@ Dockerfile export-ignore install-sh export-ignore .travis.yml export-ignore # generated folder -/include/ export-ignore -/modules/ export-ignore +include/ export-ignore +modules/ export-ignore docs/src export-ignore docs/doxypsb export-ignore docs/Makefile export-ignore # the executable from tests -runs export-ignore +runs/* export-ignore