From 87a578c1ff4713424b17beff21872ee49d1e571c Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 29 Feb 2020 18:40:39 +0100 Subject: [PATCH] get correct language statistics on GitLab (and GitHub) --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7a5c5bde5..7ed90d7ba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,10 @@ *.jpg binary *.hdf5 binary *.pdf binary + +# ignore files from MSC.Marc in language statistics +installation/mods_MarcMentat/* linguist-vendored +src/MarcInclude/* linguist-vendored + +# ignore reference files for tests in language statistics +python/tests/reference/* linguist-vendored