[.gitattributes] 解决github显示C++代码比例虚高的问题

This commit is contained in:
Meco Man 2021-03-03 02:46:52 +08:00
parent fab4c5ebb1
commit 87975c56e8
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored
View File

@ -40,3 +40,8 @@ COPYING text
*.sct -text *.sct -text
*.xsd -text *.xsd -text
Jamfile -text Jamfile -text
*.c linguist-language=C
*.C linguist-language=C
*.h linguist-language=C
*.H linguist-language=C