Add .gitattributes file

This file makes sure github doesn't confuse .c and .h files in this repository for C++ files
pull/71/head
Thomas Versteeg 2016-04-19 13:38:25 +02:00
parent aac47632d0
commit a5b593034d
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

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