From ae339823e8e887212b581b7e8a9ed3c418343912 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Mon, 19 Jul 2021 16:26:31 +0200 Subject: [PATCH] Some refinement --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e19106b7fe..1be02425ca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,9 +5,13 @@ # 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 +*.tf -linguist-detectable # We don't want to index the GDAL csv and xml files modules/globebrowsing/gdal_data/* linguist-vendored +# No need to index any external files +*/ext/* linguist-vendored +# No C allowed +*.h linguist-language=C++ # GitHub files ATTRIBUTION text