From 69acc58487af5ad02b9f6feab7abe8b9f03ba5d9 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 5 May 2020 01:30:18 -0500 Subject: [PATCH] Allow c code to be detectable to GitHub --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4ab6df0..45f0555 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ *.py linguist-detectable=true *.json liguist-detectable=false -*.c linguist-detectable=false +*.c linguist-detectable=true