瀏覽代碼

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

Meco Man 4 年之前
父節點
當前提交
87975c56e8
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .gitattributes

+ 5 - 0
.gitattributes

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