From b79af9da67eb273e3c5e247e409a7bbe87b7d331 Mon Sep 17 00:00:00 2001 From: Matt Mc <4984708+tooolbox@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:28:49 -0700 Subject: [PATCH 1/5] Create .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d0d353d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.cpp linguist-vendored From ed6633d172c485e82d0cde35559368af2846850a Mon Sep 17 00:00:00 2001 From: Matt Mc <4984708+tooolbox@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:41:48 -0700 Subject: [PATCH 2/5] Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d0d353d..320d9b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.cpp linguist-vendored +port/cpp/* linguist-vendored From 3c6ba027cd1c6056b6cec325e14ba9c8f1ec7814 Mon Sep 17 00:00:00 2001 From: Matt Mc <4984708+tooolbox@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:44:41 -0700 Subject: [PATCH 3/5] Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 320d9b7..08ea947 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.cpp linguist-vendored port/cpp/* linguist-vendored +*.go linguist-language=go From ce472c77d7bf308deb31e811659e9e92c1421e57 Mon Sep 17 00:00:00 2001 From: Matt Mc <4984708+tooolbox@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:48:26 -0700 Subject: [PATCH 4/5] Update .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 08ea947..6c4eb39 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ *.cpp linguist-vendored port/cpp/* linguist-vendored -*.go linguist-language=go +*.go -linguist-generated From 7c314f45b08c9c8547a5e6f562fee8861c4e9eb1 Mon Sep 17 00:00:00 2001 From: Matt Mc <4984708+tooolbox@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:53:45 -0700 Subject: [PATCH 5/5] Update .gitattributes docs: add .gitattributes file to correct Linguist analysis of repo --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6c4eb39..fc95d9b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ -*.cpp linguist-vendored port/cpp/* linguist-vendored *.go -linguist-generated