Fix Github Language detection.

This commit is contained in:
Yohan Boujon 2023-09-14 09:44:56 +02:00
parent f8913583e4
commit 4db763ff53

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
* linguist-language=Plain Text
*.c linguist-language=C
*.h linguist-language=C
*.asm linguist-language=Assembly
*.s linguist-language=Assembly