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:
parent
aac47632d0
commit
a5b593034d
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Github language settings
|
||||||
|
*.h linguist-language=c
|
||||||
|
*.c linguist-language=c
|
Loading…
Reference in New Issue
Block a user