From 385bafeb3aba5d0d3c34c3c95226d8ed5eaa0df5 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Mon, 19 Jul 2021 16:24:07 +0200 Subject: [PATCH] Clean up the language detection on GitHub --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6f15cde045..e19106b7fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,14 @@ * text=auto +# Correct GitHub's language detection shenanigans + +# Asset files are not Unity, but Lua instead +*.asset linguist-language=Lua +# We have some SPICE frame kernels that get misclassified as code +.tf -linguist-detectable +# We don't want to index the GDAL csv and xml files +modules/globebrowsing/gdal_data/* linguist-vendored + # GitHub files ATTRIBUTION text AUTHORS text