From 8cbac095c1c7c0830cf8569de55ad3cc0788820e 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