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:
parent
0acbc9e346
commit
b8e16488be
|
@ -0,0 +1 @@
|
|||
/arch/**/*.inc linguist-language=C
|
Loading…
Reference in New Issue