From fcd238692a947d2d937b270a47dee840f69ba119 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Thu, 19 Mar 2026 09:19:10 +0100 Subject: [PATCH] .gitattributes --- .gitattributes | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1d51ac66..6effb11c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,12 +20,17 @@ compile export-ignore missing 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 +test/computational_routines export-ignore +test/computational_routines export-ignore +test/omp export-ignore +test/openacc export-ignore +test/torture export-ignore runs/* export-ignore