Explorar el Código

Add .gitattributes file

This file makes sure github doesn't confuse .c and .h files in this repository for C++ files
Thomas Versteeg hace 9 años
padre
commit
a5b593034d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

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