Some refinement

This commit is contained in:
Alexander Bock
2021-07-19 16:26:31 +02:00
parent 385bafeb3a
commit ae339823e8

6
.gitattributes vendored
View File

@@ -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