capstone/.gitattributes
Petr Zemek fe8fbcb506 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.
2018-01-14 20:42:20 +08:00

2 lines
35 B
Plaintext

/arch/**/*.inc linguist-language=C