From 922fdc3c501120508394b3dc2040407d52f6484c Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:49:58 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..95e872e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.h linguist-detectable=false +*.cpp linguist-detectable=false