Override *.inc language classification (#267)

`alpha-premul-table.inc` is classified as PHP, that amounts to 13.4% of the code:

https://user-images.githubusercontent.com/33230602/38056427-12c3094c-32e5-11e8-89db-0684b5608859.png

With this override, linguist will classify the inc file as C.
This commit is contained in:
kasper3 2018-04-01 00:42:25 +03:00 коммит произвёл Alexander Köplinger
Родитель 44ecdb9ef9
Коммит e81a2117e5
1 изменённых файлов: 1 добавлений и 1 удалений

2
.gitattributes поставляемый
Просмотреть файл

@ -1,2 +1,2 @@
*.sh crlf=input
*.inc linguist-language=C