From 4f691a4cdd69ec66d03d461ea76fc7352f8caf27 Mon Sep 17 00:00:00 2001 From: Eugene Morozov Date: Fri, 8 Nov 2019 02:03:39 +0300 Subject: [PATCH] Attempt to fix GitHub primary language detection. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b500958 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.c linguist-detectable=true +*.h linguist-detectable=true