From b34feee588002c169ab79e1603fe88da5bec970a Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:40:33 -0700 Subject: [PATCH] Fixes GitHub Linguist detection [skip actions] --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index ba30c650..1f23a11d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ .github/workflows/build-test-wheel.yml merge=ours src/uedge/VERSION merge=ours +*.m linguist-language=Fortran +*.v linguist-language=Fortran +doc/* linguist-documentation