Add .gitattributes file

This file makes sure github doesn't confuse .c and .h files in this repository for C++ files
This commit is contained in:
Thomas Versteeg 2016-04-19 13:38:25 +02:00
parent aac47632d0
commit a5b593034d

3
.gitattributes vendored Normal file
View File

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