Переглянути джерело

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