From b27a2e19269f487c9d1c1ecea11ee00391b358b9 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 22 Jun 2021 18:11:29 +0200 Subject: [PATCH] need to correct language statistics otherwise, GitLab/Hub think that we have 17% bash scripts even though we support only one MSC Version at the moment. --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 05b249328..0fbe302e9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,9 +12,9 @@ *.pbz2 binary # ignore files from MSC.Marc in language statistics -installation/mods_MarcMentat/** linguist-vendored -src/Marc/include/* linguist-vendored -installation/mods_MarcMentat/apply_DAMASK_modifications.py linguist-vendored=false +installation/MarcMentat/** linguist-vendored +src/Marc/include/* linguist-vendored +installation/MarcMentat/apply_DAMASK_modifications.py linguist-vendored=false # ignore reference files for tests in language statistics python/tests/reference/** linguist-vendored