From 9261e16ecd7b8d0b389f596a181d1343b219ee9b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 10 Feb 2024 10:58:12 -0500 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..97ba72e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.c linguist-detectable=true +*.cmake linguist-detectable=false +*.txt linguist-detectable=false