From a5b593034d3f2632e2e44923f20c76ccc2b228cf Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Tue, 19 Apr 2016 13:38:25 +0200 Subject: [PATCH] Add .gitattributes file This file makes sure github doesn't confuse .c and .h files in this repository for C++ files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5a5328c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Github language settings +*.h linguist-language=c +*.c linguist-language=c