Fix language statistics by considering *.inc files to be C files. (#1078)

Otherwise, they are considered to be PHP or C++ files, which causes GitHub's
language statistics to show that Capstone is written mostly in PHP (42.2%) and
C++ (33.1%), which is nonsense.
This commit is contained in:
Petr Zemek 2018-01-14 13:40:54 +01:00 committed by Nguyen Anh Quynh
parent 0acbc9e346
commit b8e16488be
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/arch/**/*.inc linguist-language=C