From 5fa3c46e980b1b26a561d57c2cfd94a4447e8718 Mon Sep 17 00:00:00 2001 From: jonny Date: Tue, 26 May 2026 22:21:26 -0400 Subject: [PATCH] Configure LFS tracking for .h5 files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 7a2dd94..8b70d4e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.sigmf-data filter=lfs diff=lfs merge=lfs -text *.sigmf-meta filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text