소스 검색

Add .gitattributes file

This file makes sure github doesn't confuse .c and .h files in this repository for C++ files
Thomas Versteeg 9 년 전
부모
커밋
a5b593034d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

@@ -0,0 +1,3 @@
+# Github language settings
+*.h linguist-language=c
+*.c linguist-language=c