From 8fcddc2985d5fd51fee611c1275d64cf20813f54 Mon Sep 17 00:00:00 2001 From: yardasol Date: Fri, 24 May 2024 09:46:06 -0400 Subject: [PATCH 1/2] add more filetypes to .gitattributes --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 951337d9f..ac50cd779 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -*.mat linguist-vendored *.ipynb linguist-vendored +*.m linguist-vendored +*.h5 linguist-vendored +*.out linguist-vendored From e08bff9f6681983b5199b9373c4789d199f96269 Mon Sep 17 00:00:00 2001 From: Olek <45364492+yardasol@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:52:13 -0400 Subject: [PATCH 2/2] Update .gitattributes Co-authored-by: Sam Dotson <44342873+samgdotson@users.noreply.github.com> --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ac50cd779..f9d457d63 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.m linguist-vendored *.h5 linguist-vendored *.out linguist-vendored +*.mat linguist-vendored