From bb357f23e6bdbf7a874c6df9892743ae28de955b Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Sat, 22 Feb 2020 14:10:40 -0600 Subject: [PATCH] - Added giattributes file to set the language of the program to c, instead of python. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..252192a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.py linguist-detectable=false +*.json liguist-detectable=false +*.c linguist-detectable=true \ No newline at end of file