Add overrides for Makefile syntax highlighting

Fix GitHub syntax highlighting for the Coreboot/Heads config files, and
modules, which are all Makefiles.

See: https://github.com/github/linguist/blob/master/docs/overrides.md
This commit is contained in:
Rocky Breslow 2023-01-15 18:57:45 -05:00
parent febff85498
commit b6c3229deb
No known key found for this signature in database
GPG Key ID: 5401F9FC55CD2EA4

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.config linguist-language=Makefile
modules/* linguist-language=Makefile