diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-02 21:20:04 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-02 21:20:04 +0900 |
commit | 6c975188577beb9eeed5017d2736fa5812f14bff (patch) | |
tree | 74fceae4d2633a9ac18cdb812281b055aed0cc02 /.gitattributes | |
parent | 6ffad988e12226d274a01033b43e24ca1af11047 (diff) |
gitattributes: change *.inc language to C
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 588be59..7f9fe75 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ *.h linguist-language=C -*.inc linguist-generated +*.inc linguist-language=C linguist-generated |